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;