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 {
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%;