From cb329979b777589ed9b4edb03e2949704bd215de Mon Sep 17 00:00:00 2001 From: deartibers <947466799@qq.com> Date: Thu, 15 Sep 2022 20:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/install/containers/roles.jsx | 14 +++++++------- web/client/src/sections/install/style.less | 7 +++++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/web/client/src/sections/install/containers/roles.jsx b/web/client/src/sections/install/containers/roles.jsx index 81fdcbc..1688a12 100644 --- a/web/client/src/sections/install/containers/roles.jsx +++ b/web/client/src/sections/install/containers/roles.jsx @@ -37,7 +37,7 @@ const Roles = (props) => { { row.departments.length > 1 ? ( - +
+{row.departments.length - 1}
@@ -103,7 +103,7 @@ const Roles = (props) => { title: (
售后运维 - +
@@ -136,7 +136,7 @@ const Roles = (props) => { title: (
资源管理者 - +
@@ -169,7 +169,7 @@ const Roles = (props) => { title: (
客户服务 - +
@@ -321,8 +321,8 @@ const Roles = (props) => { { roleAssignment.map((item, index) => { return ( -
@@ -343,7 +343,7 @@ const Roles = (props) => { }}> { idx > 2 ? ( - +
...
diff --git a/web/client/src/sections/install/style.less b/web/client/src/sections/install/style.less index 3c0376c..af16fde 100644 --- a/web/client/src/sections/install/style.less +++ b/web/client/src/sections/install/style.less @@ -14,3 +14,10 @@ } } } +.adminTop{ + box-shadow: 0px 0px 12px 2px rgba(220,222,224,0.2); + transition: box-shadow 0.5s ease; +} +.adminTop:hover{ + box-shadow: 0px 0px 12px 2px rgba(130, 131, 133,0.5); +} \ No newline at end of file