fix
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user