From ccea313661538e96ef2358d5e0b34720017870c2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 11 May 2023 16:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=8C=89=E9=92=AE=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/edit-main.scss | 43 ++++++++----------- src/views/modules/base/resi.vue | 2 +- 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/src/assets/scss/modules/management/edit-main.scss b/src/assets/scss/modules/management/edit-main.scss index 3a28cf392..57b5bc143 100644 --- a/src/assets/scss/modules/management/edit-main.scss +++ b/src/assets/scss/modules/management/edit-main.scss @@ -39,31 +39,22 @@ } } - -.m-edit-btn { - display: flex; - margin-top: 20px; - 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; - } - +//取消按钮 +::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 e98ceb542..388be0681 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -56,7 +56,7 @@