From b6377e005db87341458d6f39c465cfd9f55b16f5 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Thu, 21 May 2020 18:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=9E=84=E5=BB=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app_build.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/pages/app_build.vue b/src/pages/app_build.vue index 306ef99..6e9ffda 100644 --- a/src/pages/app_build.vue +++ b/src/pages/app_build.vue @@ -26,7 +26,7 @@ >

上传部署文件

- + 上一步 @@ -41,7 +41,7 @@ >

用基础信息填写

- + 上一步 @@ -93,9 +93,20 @@ export default { text-align: right; } .step_action > .el-button { - width: 124px; + min-width: 124px; + height: 44px; margin-right: 30px; } +.step_action > .el-button--primary { + color: #fff; + background-color: #0f2683; + border-color: #0f2683; +} +.step_action > .el-button--primary.is-plain { + color: #0f2683; + background-color: #e1e4fb; + border-color: #e1e4fb; +}