修改流量统计俄文标题过长问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -142,7 +155,7 @@ body {
|
||||
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><i class="fa fa-unlink"> </i></a>
|
||||
</div>
|
||||
<div class="fl_fc">
|
||||
<p data-original-title="<spring:message code="active_link"/>"
|
||||
<p data-original-title="<spring:message code="active_link"/>"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
<!-- 活跃链接数 --><spring:message code="active_link"/></p>
|
||||
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><p class="numberRun6">0</p></a>
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user