From f5da1bbb32dcead86c4b8b313d917d58ede518fe Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 30 Sep 2021 10:47:13 +0800 Subject: [PATCH] UP --- src/style/fix.scss | 2 +- src/views/setting/menu/save.vue | 46 +++++++++++++++++++-------------- src/views/vab/form.vue | 2 +- 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/src/style/fix.scss b/src/style/fix.scss index a5ac3ae8..af43388c 100644 --- a/src/style/fix.scss +++ b/src/style/fix.scss @@ -12,7 +12,7 @@ .el-footer {background: #fff;border-top: 1px solid #e6e6e6;padding:13px 15px;} .el-main {padding:15px;} .el-main.nopadding {padding:0;background: #fff;} -.el-drawer__body {overflow: auto;} +.el-drawer__body {overflow: auto;padding:0;} .el-popconfirm__main {margin: 14px 0;} .el-card__header {border-bottom: 0;font-size: 17px;font-weight: bold;padding:15px 20px 0px 20px;} .el-dialog__title {font-size: 17px;font-weight: bold;} diff --git a/src/views/setting/menu/save.vue b/src/views/setting/menu/save.vue index e16bc0e6..d22f1c9d 100644 --- a/src/views/setting/menu/save.vue +++ b/src/views/setting/menu/save.vue @@ -1,10 +1,10 @@