From ef18906cfbbc148358f45507d439acfb660f6afa Mon Sep 17 00:00:00 2001 From: Sheng Date: Thu, 27 Oct 2022 17:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/theme/element.scss | 2 +- web/src/views/system/apiWhiteList/index.vue | 174 ++++++++++++++++++-- 2 files changed, 165 insertions(+), 11 deletions(-) diff --git a/web/src/theme/element.scss b/web/src/theme/element.scss index 370b930..e4f1d91 100644 --- a/web/src/theme/element.scss +++ b/web/src/theme/element.scss @@ -32,7 +32,7 @@ .el-form { // 用于修改弹窗时表单内容间隔太大问题,如系统设置的新增菜单弹窗里的表单内容 .el-form-item:last-of-type { - margin-bottom: 0 !important; + //margin-bottom: 0 !important; } // 修复行内表单最后一个 el-form-item 位置下移问题 &.el-form--inline { diff --git a/web/src/views/system/apiWhiteList/index.vue b/web/src/views/system/apiWhiteList/index.vue index c8c974c..1d0f939 100644 --- a/web/src/views/system/apiWhiteList/index.vue +++ b/web/src/views/system/apiWhiteList/index.vue @@ -1,12 +1,16 @@