From 3a6b44d309e69dbd9f5704c711cd91e0057ffdb2 Mon Sep 17 00:00:00 2001 From: WangHao <43278047@qq.com> Date: Sun, 7 Nov 2021 00:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=87=E7=AD=BE=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/bookmark/tag/usertag.vue | 56 +++++++++++++++++---- 1 file changed, 47 insertions(+), 9 deletions(-) diff --git a/ruoyi-ui/src/views/bookmark/tag/usertag.vue b/ruoyi-ui/src/views/bookmark/tag/usertag.vue index 11549bebe..7eac321c1 100644 --- a/ruoyi-ui/src/views/bookmark/tag/usertag.vue +++ b/ruoyi-ui/src/views/bookmark/tag/usertag.vue @@ -23,7 +23,7 @@ > - +
@@ -37,7 +37,7 @@ > - +
@@ -47,7 +47,8 @@
- {{item.name}} + + # {{item.name}} @@ -77,12 +78,13 @@ title="编辑" :visible.sync="dialogVisible" width="30%" + class="my-info-dialog" > - - - 取 消 - 确 定 - + + + 确 定 + 取 消 + @@ -316,11 +318,30 @@ } } + +