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