From 77b155f58b4722090f694fa61535c17dd4c1c97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Sat, 11 Dec 2021 22:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/Guide.vue | 6 +--- src/views/Introduce.vue | 73 ++++++++++++++++++++++++++++++++++------- 3 files changed, 64 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index c9b2570..5d994dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,7 @@ body { .btn { border-radius: 4px; border: none; - padding: 5px 15px; + padding: 7px 15px; font-size: 12px; &.btn-primary { color: #FFF; diff --git a/src/views/Guide.vue b/src/views/Guide.vue index f5e8fa0..26f99e0 100644 --- a/src/views/Guide.vue +++ b/src/views/Guide.vue @@ -3,7 +3,7 @@
-
+
准备好后,点击"下一步"
@@ -25,10 +25,6 @@ export default { hideText: false } }, - // async created() { - // const result = await this.$http.get('/api/rainbow_card/card/types') - // console.log(result) - // }, computed: { btnText() { return this.guideIndex === 0 ? '了解,开始指引' : '下一步' diff --git a/src/views/Introduce.vue b/src/views/Introduce.vue index c3e7f06..589f820 100644 --- a/src/views/Introduce.vue +++ b/src/views/Introduce.vue @@ -1,8 +1,18 @@