From c09814ee3fa3dbd47d221d229fcdfc796314f7e8 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.10> Date: 星期一, 22 十月 2018 14:32:22 +0800 Subject: [PATCH] 机房停电数显示基站状态中处于停电状态的机房数目,并且点击之后进入到所有基站状态查询页面 --- gx_tieta/WebRoot/css/common.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/css/common.css b/gx_tieta/WebRoot/css/common.css index 7b2e324..f93a87f 100644 --- a/gx_tieta/WebRoot/css/common.css +++ b/gx_tieta/WebRoot/css/common.css @@ -53,7 +53,10 @@ -o-transform: rotate(90deg); transform: rotate(90deg); } - +.treeview-txt { + display: inline-block; + width: 100%; +} .whyc-sider-menu>ul ul { display: none; } -- Gitblit v1.9.1