调整流量统计滚动条宽度
This commit is contained in:
@@ -69,7 +69,7 @@ body {
|
||||
<div class="data_info">
|
||||
<div class="info_1 fl_fc">
|
||||
<div class="text_1">
|
||||
<div class="fr_fc" style="width:60%">
|
||||
<div class="fr_fc" style="width:53%">
|
||||
<div class="fl_visual">
|
||||
<a href="${ctx}/dashboard/traffic/bandwidthList"><i class="fa fa-cloud-download"></i></a>
|
||||
</div>
|
||||
@@ -83,7 +83,7 @@ body {
|
||||
<span class="numberRun4">0</span > <span class="numberRun4-unit">bps</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fr_fc" style="width:40%">
|
||||
<div class="fr_fc" style="width:47%">
|
||||
<div class="fl_visual">
|
||||
<a href="${ctx}/dashboard/traffic/trafficBlockList?searchAction=action_reject"><i class="fa fa-ban"></i></a>
|
||||
</div>
|
||||
|
||||
@@ -27,7 +27,7 @@ p{
|
||||
display: inline-block;
|
||||
}
|
||||
.data_content .data_info .info_2{
|
||||
width: 75%;
|
||||
width: 76%;
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
@@ -47,9 +47,9 @@ p{
|
||||
.data_content .data_info .fr_fc .fl_visual{
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
height: 50px;
|
||||
/* height: 50px; */
|
||||
width: 28%;
|
||||
font-size: 25px;
|
||||
font-size: 30px;
|
||||
/* color: #d9ffff !important; */
|
||||
/* color: linear-gradient(to right, #ffcc99, #77b5dc); */
|
||||
/* position: relative; */
|
||||
@@ -103,7 +103,7 @@ p{
|
||||
}
|
||||
|
||||
.data_content .data_info .info_1{
|
||||
width: 25%;
|
||||
width: 24%;
|
||||
height: 110px;
|
||||
}
|
||||
.data_content .data_info .info_2 .fr_fc:first-child{
|
||||
@@ -142,17 +142,17 @@ p{
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin-left: 33px;
|
||||
margin-left: 42px;
|
||||
}
|
||||
.data_content .data_info .info_1 label:nth-child(1){
|
||||
width:77%;
|
||||
width:74%;
|
||||
color:#fff;
|
||||
font-size: 16px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin: -2px;
|
||||
margin-left: 30px;
|
||||
margin-left: 39px;
|
||||
}
|
||||
.data_content .data_info>div.info_1 p:nth-child(2){
|
||||
width:100%;
|
||||
@@ -257,7 +257,8 @@ p{
|
||||
color:#ffffff !important;
|
||||
margin-top: -3px;
|
||||
text-align: center;
|
||||
margin-left: 1.3px;
|
||||
margin-left: 6.3px;
|
||||
width: 100%
|
||||
}
|
||||
/* .data_info{
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user