修改流量统计俄文标题过长问题
This commit is contained in:
@@ -25,20 +25,33 @@ body {
|
|||||||
.fa-arrow-circle-up {
|
.fa-arrow-circle-up {
|
||||||
color: #001029;
|
color: #001029;
|
||||||
background-color: #fe392e;
|
background-color: #fe392e;
|
||||||
border-radius: 10px;
|
/* border-radius: 10px; */
|
||||||
font-size: 13px;
|
/* font-size: 13px; */
|
||||||
width: 10px;
|
/* width: 10px; */
|
||||||
height: 10px;
|
/* height: 10px; */
|
||||||
line-height: 9px !important;
|
/* line-height: 9px !important; */
|
||||||
|
border-radius: 12px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 11px;
|
||||||
|
height: 9px;
|
||||||
|
line-height: 10px !important
|
||||||
}
|
}
|
||||||
.fa-arrow-circle-down {
|
.fa-arrow-circle-down {
|
||||||
color: #001029;
|
color: #001029;
|
||||||
background-color: #009966;
|
background-color: #009966;
|
||||||
border-radius: 10px;
|
/* border-radius: 10px; */
|
||||||
font-size: 13px;
|
/* font-size: 13px; */
|
||||||
width: 10px;
|
/* width: 10px; */
|
||||||
height: 10px;
|
/* height: 10px; */
|
||||||
line-height: 9px !important;
|
/* line-height: 9px !important; */
|
||||||
|
border-radius: 12px;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 11px;
|
||||||
|
height: 9px;
|
||||||
|
line-height: 10px !important
|
||||||
|
}
|
||||||
|
.tooltip-inner {
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@@ -142,7 +155,7 @@ body {
|
|||||||
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><i class="fa fa-unlink"> </i></a>
|
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><i class="fa fa-unlink"> </i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="fl_fc">
|
<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">
|
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||||
<!-- 活跃链接数 --><spring:message code="active_link"/></p>
|
<!-- 活跃链接数 --><spring:message code="active_link"/></p>
|
||||||
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><p class="numberRun6">0</p></a>
|
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><p class="numberRun6">0</p></a>
|
||||||
|
|||||||
@@ -141,17 +141,18 @@ p{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* text-overflow: ellipsis; */
|
text-overflow: ellipsis;
|
||||||
margin-left: 28px;
|
margin-left: 33px;
|
||||||
}
|
}
|
||||||
.data_content .data_info .info_1 label:nth-child(1){
|
.data_content .data_info .info_1 label:nth-child(1){
|
||||||
width:100%;
|
width:77%;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin: -2px;
|
margin: -2px;
|
||||||
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
.data_content .data_info>div.info_1 p:nth-child(2){
|
.data_content .data_info>div.info_1 p:nth-child(2){
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user