diff --git a/src/stores/modules/generate.ts b/src/stores/modules/generate.ts index bb3e41a..68ac9cd 100644 --- a/src/stores/modules/generate.ts +++ b/src/stores/modules/generate.ts @@ -113,6 +113,8 @@ export const useGenerateStore = defineStore({ clearCustomizeInfo() { this.customizeInfo.inputText = '' this.customizeInfo.count = 0 + this.customizeInfo.oldInputText = '' + this.customizeInfo.oldTryOnId = '' this.customizeInfo.tryOnId = '' this.customizeInfo.tryOnUrl = '' this.customizeInfo.styleUrl = '' diff --git a/src/views/Workshop/creation/creation-list.vue b/src/views/Workshop/creation/creation-list.vue index ba31482..f6ff35b 100644 --- a/src/views/Workshop/creation/creation-list.vue +++ b/src/views/Workshop/creation/creation-list.vue @@ -215,7 +215,7 @@ display: flex; flex-wrap: wrap; justify-content: space-between; - // justify-content: space-around; + align-content: flex-start; .item { width: 47%; height: 62.2rem;