From 7ec4ec12e5d8ff9d9139717e445dd481112bb4d1 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Sat, 29 Dec 2018 18:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E9=87=8F=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=84=E6=96=87=E6=A0=87=E9=A2=98=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/dashboard/dashBoardIndex.jsp | 35 +++++++++++++------ .../webapp/static/pages/css/data_text.css | 7 ++-- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp index 490fb8f68..27097df00 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -25,20 +25,33 @@ body { .fa-arrow-circle-up { color: #001029; background-color: #fe392e; - border-radius: 10px; - font-size: 13px; - width: 10px; - height: 10px; - line-height: 9px !important; +/* border-radius: 10px; */ +/* font-size: 13px; */ +/* width: 10px; */ +/* height: 10px; */ +/* line-height: 9px !important; */ + border-radius: 12px; + font-size: 15px; + width: 11px; + height: 9px; + line-height: 10px !important } .fa-arrow-circle-down { color: #001029; background-color: #009966; - border-radius: 10px; - font-size: 13px; - width: 10px; - height: 10px; - line-height: 9px !important; +/* border-radius: 10px; */ +/* font-size: 13px; */ +/* width: 10px; */ +/* height: 10px; */ +/* line-height: 9px !important; */ + border-radius: 12px; + font-size: 15px; + width: 11px; + height: 9px; + line-height: 10px !important +} +.tooltip-inner { + white-space: nowrap; } @@ -142,7 +155,7 @@ body {
-

" +

" class="tooltips" data-flag="false" data-html="true" data-placement="top">

0

diff --git a/src/main/webapp/static/pages/css/data_text.css b/src/main/webapp/static/pages/css/data_text.css index ef0fdee30..7d9448d8f 100644 --- a/src/main/webapp/static/pages/css/data_text.css +++ b/src/main/webapp/static/pages/css/data_text.css @@ -141,17 +141,18 @@ p{ text-align: center; overflow: hidden; white-space: nowrap; -/* text-overflow: ellipsis; */ - margin-left: 28px; + text-overflow: ellipsis; + margin-left: 33px; } .data_content .data_info .info_1 label:nth-child(1){ - width:100%; + width:77%; color:#fff; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: -2px; + margin-left: 30px; } .data_content .data_info>div.info_1 p:nth-child(2){ width:100%;