This commit is contained in:
李志鹏
2025-10-31 11:50:03 +08:00
parent 54ff0481a6
commit c4b24684f3
2 changed files with 3 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ export const useGenerateStore = defineStore({
clearCustomizeInfo() { clearCustomizeInfo() {
this.customizeInfo.inputText = '' this.customizeInfo.inputText = ''
this.customizeInfo.count = 0 this.customizeInfo.count = 0
this.customizeInfo.oldInputText = ''
this.customizeInfo.oldTryOnId = ''
this.customizeInfo.tryOnId = '' this.customizeInfo.tryOnId = ''
this.customizeInfo.tryOnUrl = '' this.customizeInfo.tryOnUrl = ''
this.customizeInfo.styleUrl = '' this.customizeInfo.styleUrl = ''

View File

@@ -215,7 +215,7 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
// justify-content: space-around; align-content: flex-start;
.item { .item {
width: 47%; width: 47%;
height: 62.2rem; height: 62.2rem;