hdw
2018-12-24 cf262a95d0d79d477dda82c3fd17a22f0582a355
语音播报开启和关闭逻辑显示
2个文件已修改
5 ■■■■■ 已修改文件
gx_tieta/WebRoot/Top.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/css/web-status-outline.css 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/Top.jsp
@@ -131,8 +131,8 @@
                    <img src="image/webStatus/control_normal.gif" alt="线程监控程序" title="线程监控程序运行:正常">
                </div>
                <div class="cell-list voice">
                    <i class="fa fa-bell"></i>
                    <i class="fa fa-bell-slash"></i>
                    <i class="fa fa-bell" title="关闭语音播报"></i>
                    <i class="fa fa-bell-slash" title="开启语音播报"></i>
                </div>
                <div class="cell-list server-time" style="white-space: nowrap">                    
                    2018-11-26 00:00:00
gx_tieta/WebRoot/css/web-status-outline.css
@@ -14,6 +14,7 @@
.web-status .cell-list.voice {
    font-size: 18px;
    color: #1995DA;
    cursor: pointer;
}
.web-status .cell-list.voice .fa-bell-slash {
    display: none;