From da4f0f58625c7c30f8d2220e170c4b4bc20aedc6 Mon Sep 17 00:00:00 2001 From: shentao Date: Wed, 6 Dec 2017 20:28:16 +0800 Subject: Fix monitor display bug Change-Id: I9260b9f13f0c4cb066b180465bfc2d074e7ded89 Issue-ID: USECASEUI-62 Signed-off-by: shentao --- .../src/main/webapp/app/uui/fusion/css/UUImain.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/css') diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css b/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css index b093a8ab..52a3ea04 100644 --- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css +++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css @@ -360,14 +360,18 @@ div .ui-grid-header-cell { .table { margin-top: 20px; table-layout: fixed; + border: 1px solid silver; } -.table td{ - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} .panel-success { height: 300px; } + +.table th{ + border: 1px solid silver; +} + +.table td{ + border: 1px solid silver; +} -- cgit 1.2.3-korg