diff --git a/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp b/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp index 0c0d92b350..71814fe5a8 100644 --- a/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp +++ b/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp @@ -1,5 +1,9 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/WEB-INF/views/include/taglib.jsp"%> + ${fns:getConfig('productName')} @@ -13,6 +17,12 @@ #footer {margin:8px 0 0 0;padding:3px 0 0 0;font-size:11px;text-align:center;border-top:2px solid #0663A2;} #footer, #footer a {color:#999;} #left{overflow-x:hidden;overflow-y:auto;} #left .collapse{position:static;} #userControl>li>a{/*color:#fff;*/text-shadow:none;} #userControl>li>a:hover, #user #userControl>li.open>a{background:transparent;} + .round_icon{width: 30px;height: 30px;display: flex;border-radius: 50%; + align-items: center; + justify-content: center; + overflow: hidden; + margin-top: 30%; + }