From 6e5cbf2f89d0a263cebf311a45b6cb597b70478d Mon Sep 17 00:00:00 2001 From: WangHao <43278047@qq.com> Date: Sat, 6 Nov 2021 23:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/bookmark/tag/usertag.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/bookmark/tag/usertag.vue b/ruoyi-ui/src/views/bookmark/tag/usertag.vue index 11549bebe..7a814ee2a 100644 --- a/ruoyi-ui/src/views/bookmark/tag/usertag.vue +++ b/ruoyi-ui/src/views/bookmark/tag/usertag.vue @@ -80,8 +80,8 @@ > - 取 消 - 确 定 + 确 定 + 取 消 @@ -367,5 +367,9 @@ margin-top: 9px; font-size: 16px; } + .butWidth{ + width: 80%; + margin-left: 10% ; + }