From 85d63fbc95b61bba51b93cbe18b405078ba465c1 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 6 Nov 2023 09:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Setup.vue | 10 ++++++++-- src/pages/modules/new/left/index.vue | 4 ++-- src/pages/modules/new/right/index.vue | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/pages/Setup.vue b/src/pages/Setup.vue index 094ce4d..bce0ba0 100644 --- a/src/pages/Setup.vue +++ b/src/pages/Setup.vue @@ -43,7 +43,8 @@ -
+ + @@ -229,11 +230,16 @@ export default { border-radius 3px margin-top 5px .btn - background none + background-color #2778f3 + border-radius 3px + margin-top 5px height 40px + font-size 18px + color #fff line-height 39px width 100% outline none + border none font-weight normal label width 115px diff --git a/src/pages/modules/new/left/index.vue b/src/pages/modules/new/left/index.vue index b751003..229df03 100644 --- a/src/pages/modules/new/left/index.vue +++ b/src/pages/modules/new/left/index.vue @@ -61,9 +61,9 @@ export default { justify-content: space-between; align-items: center; .n_left_wraper - width 33% + width 49.5% height 100% .n_right_wraper - width 66% + width 49.5% height 100% diff --git a/src/pages/modules/new/right/index.vue b/src/pages/modules/new/right/index.vue index 57b3d89..f251ad5 100644 --- a/src/pages/modules/new/right/index.vue +++ b/src/pages/modules/new/right/index.vue @@ -61,9 +61,9 @@ export default { justify-content: space-between; align-items: center; .n_left_wraper - width 66% + width 49.5% height 100% .n_right_wraper - width 33% + width 49.5% height 100%