From 48627cb7dc8ab92a612368ee1166b32b95ec1f27 Mon Sep 17 00:00:00 2001 From: WangHao <43278047@qq.com> Date: Wed, 19 Aug 2020 21:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/bookmark/index/index.vue | 34 ++++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue index 8eb620dda..78bf6309b 100644 --- a/ruoyi-ui/src/views/bookmark/index/index.vue +++ b/ruoyi-ui/src/views/bookmark/index/index.vue @@ -113,28 +113,29 @@ - +
菜单名称
- +
菜单图标
- +
上级菜单
- +
排序
- +
@@ -789,8 +790,25 @@ .labelname{ font-weight: 800; color: rgb(0, 0, 0); + float: left; + margin-bottom: -10px; + } + .el-form-item__content{ + margin-left: 0px!important; + } + .el-dialog__body{ + padding-top: 0px!important; + } + .custom-input input{ + border: 0px; + border-radius: 0px; + border-bottom: 1px solid #C0C4CC; + } + .custom-input input:focus{ + border: 0px; + border-radius: 0px; + border-bottom: 1px solid #695fff; } -