From c4b24684f38f1071fb69ec9714b55dc098b2ca54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Fri, 31 Oct 2025 11:50:03 +0800 Subject: [PATCH] fix --- src/stores/modules/generate.ts | 2 ++ src/views/Workshop/creation/creation-list.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;