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 {