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