From 86bd6887c7d7915037e664524976bddc0499de44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Thu, 16 Oct 2025 16:55:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A7=A6=E5=BA=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyList.vue | 50 ++++++++++++++++++++++++++ src/views/Workshop/creation.vue | 62 +++++++++++++++++++++------------ 2 files changed, 90 insertions(+), 22 deletions(-) create mode 100644 src/components/MyList.vue diff --git a/src/components/MyList.vue b/src/components/MyList.vue new file mode 100644 index 0000000..da37082 --- /dev/null +++ b/src/components/MyList.vue @@ -0,0 +1,50 @@ + + + diff --git a/src/views/Workshop/creation.vue b/src/views/Workshop/creation.vue index 46c7a64..2c6dc49 100644 --- a/src/views/Workshop/creation.vue +++ b/src/views/Workshop/creation.vue @@ -1,7 +1,8 @@ @@ -175,19 +180,25 @@ } } } - > .continue-btn { - box-sizing: content-box; - font-family: satoshiRegular; - margin: 2.5rem 2.5rem 0 auto; - width: 35rem; - height: 7rem; - border-radius: 1.3rem; - background: #000; - font-weight: 400; - font-size: 4.2rem; - color: #fff; - &:active { - opacity: 0.7; + > .btns { + margin-top: 2.5rem; + width: 100%; + display: flex; + justify-content: center; + > button { + box-sizing: content-box; + font-family: satoshiRegular; + margin: 0 2rem; + width: 35rem; + height: 6rem; + border-radius: 1.3rem; + background: #000; + font-weight: 400; + font-size: 3.6rem; + color: #fff; + &:active { + opacity: 0.7; + } } } }