From ba970ed5d709ebbbbff0b448e586ecd024ec4631 Mon Sep 17 00:00:00 2001 From: WangHao <43278047@qq.com> Date: Sun, 30 Aug 2020 00:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=9B=AE=E5=BD=95=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A1=86=E7=9A=84=E6=A0=B7=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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue index 50aca70ca..b76768622 100644 --- a/ruoyi-ui/src/views/bookmark/index/index.vue +++ b/ruoyi-ui/src/views/bookmark/index/index.vue @@ -22,7 +22,7 @@
工具箱
-
书签同步
+
RSS订阅
标签管理
回收站
导入书签
@@ -127,7 +127,7 @@
上级菜单
- +
排序
@@ -301,7 +301,7 @@ if (valid) { if (this.form.menuId != undefined) { if (this.form.menuId==this.form.parentId){ - this.msgError("不能讲上级菜单设置为本身"); + this.msgError("不能将上级菜单设置为本身"); return; } @@ -967,6 +967,11 @@ border-radius: 10px!important; } + /*编辑目录 选择目录菜单样式调整*/ + .vue-treeselect__control{ + padding-top: 6px!important; + } +