From 442d8198c46f928e9d254edb48b36c45a6394230 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Mon, 17 Apr 2023 14:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E9=A1=B5=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/public.css | 7 +++++++ .../templates/pages/self/message.html | 2 +- .../pages/self/userAuthorityMenus.html | 18 ++---------------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/src/main/resources/static/css/public.css b/src/main/resources/static/css/public.css index 974e0593..b0b6c1f2 100644 --- a/src/main/resources/static/css/public.css +++ b/src/main/resources/static/css/public.css @@ -290,3 +290,10 @@ body { z-index: 999; } +.authorityMenuImg{ + width: 40px; + height: 40px; + display: inline-block; + position: relative; + left: 15px; +} diff --git a/src/main/resources/templates/pages/self/message.html b/src/main/resources/templates/pages/self/message.html index 423b52e8..a8530ac9 100644 --- a/src/main/resources/templates/pages/self/message.html +++ b/src/main/resources/templates/pages/self/message.html @@ -175,7 +175,7 @@
- 我的任务 + 我的任务
diff --git a/src/main/resources/templates/pages/self/userAuthorityMenus.html b/src/main/resources/templates/pages/self/userAuthorityMenus.html index 33512cfd..7cc99d7e 100644 --- a/src/main/resources/templates/pages/self/userAuthorityMenus.html +++ b/src/main/resources/templates/pages/self/userAuthorityMenus.html @@ -27,21 +27,6 @@ } - .first a i { - color: #993333; - } - - .second a i { - color: #6699CC; - } - - .third a i { - color: #99CC33; - } - - .fourthly a i { - color: #003399; - } @@ -218,7 +203,8 @@ // 构造标签 let childItem_out = ''; result += childItem_out + childItem_a + childItem_i + childItem_cite; return result;