diff --git a/src/main/webapp/WEB-INF/views/cfg/other/xmppList.jsp b/src/main/webapp/WEB-INF/views/cfg/other/xmppList.jsp index 6d1d6db5e..88c7c4f75 100644 --- a/src/main/webapp/WEB-INF/views/cfg/other/xmppList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/other/xmppList.jsp @@ -326,7 +326,7 @@ - â–· + â–· ${indexCfg.cfgDesc } diff --git a/src/main/webapp/static/global/css/components.css b/src/main/webapp/static/global/css/components.css index 4e6af9b72..acab99555 100644 --- a/src/main/webapp/static/global/css/components.css +++ b/src/main/webapp/static/global/css/components.css @@ -22264,7 +22264,7 @@ Color library demo -/*ÅÅÐòÑùʽ*/ +/*������ʽ*/ .sort-column { @@ -22538,7 +22538,7 @@ transition: background-color .1s ease-in-out; /* END SHOW MORE CSS**/ -/**¶àÓòÁбí×Ó¼¯Õ¹Ê¾Ñùʽ**/ +/**�����б��Ӽ�չʾ��ʽ**/ .tabInfo { width: 150px; border: 1px solid #c2cad8; @@ -22564,3 +22564,9 @@ transition: background-color .1s ease-in-out; margin-right: 5px; margin-bottom:-15px; } +span[id^='open']{ + cursor:pointer; +} +span[id^='close']{ + cursor:pointer; +} \ No newline at end of file