diff --git a/src/views/Workshop/customize.vue b/src/views/Workshop/customize.vue
index 194a696..ee81428 100644
--- a/src/views/Workshop/customize.vue
+++ b/src/views/Workshop/customize.vue
@@ -128,7 +128,7 @@
}
}
// 选择另一个穿搭
- const onChooseAnotherOutfit = () => {
+ const onChooseOutfit = () => {
router.push({ name: 'SelectStyle' })
}
@@ -167,7 +167,7 @@
-
+
@@ -299,7 +299,7 @@
}
> .btns {
margin-top: 5rem;
- width: 85%;
+ width: 70%;
display: flex;
// justify-content: center;
justify-content: space-between;
@@ -309,8 +309,9 @@
// margin: 0 1.8rem;
border: none;
// margin: 0 5.2rem 0 auto;
- min-width: 18rem;
- padding: 0 3.5rem;
+ // min-width: 18rem;
+ width: 34rem;
+ // padding: 0 3.5rem;
height: 6.9rem;
border-radius: 1.3rem;
background: #000;