From c709f1f0299c8f1c6f6132e02cb2c83800a513bd Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 11 May 2023 16:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E8=A1=A8=E5=8D=95=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=B8=8E=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/edit-main.scss | 19 +++++++++++++++++++ src/views/modules/base/resi.vue | 6 +++--- .../modules/shequzhili/statics/index.vue | 7 +++++-- src/views/modules/workSys/operAuth.vue | 2 -- 4 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/assets/scss/modules/management/edit-main.scss b/src/assets/scss/modules/management/edit-main.scss index dfaf49407..3a28cf392 100644 --- a/src/assets/scss/modules/management/edit-main.scss +++ b/src/assets/scss/modules/management/edit-main.scss @@ -46,5 +46,24 @@ margin-right:16px; justify-content: flex-end; text-align: center; + &::v-deep .el-button--default { + font-size: 14px !important; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #0056d6 !important; + // line-height: 22px !important; + min-width: 60px !important; + height: 30px !important; + // padding:0 8px !important; + background: #FFFFFF !important; + border-radius: 2px !important; + border: 1px solid #0056d6 !important; + + } + &::v-deep .el-button--default:hover{ + border: 1px solid #0042a3 !important; + color: #0042a3 !important; + } + } diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 013c39839..e98ceb542 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -451,7 +451,7 @@ class="diy-button--common" >重置 - 取消
- 关闭
@@ -1858,7 +1858,7 @@ export default {