补充提交
This commit is contained in:
@@ -23,8 +23,8 @@ body {
|
|||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
.fa-arrow-circle-up {
|
.fa-arrow-circle-up {
|
||||||
color: #fe392e;
|
color: #001029;
|
||||||
background-color: white;
|
background-color: #fe392e;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@@ -32,8 +32,8 @@ body {
|
|||||||
line-height: 9px !important;
|
line-height: 9px !important;
|
||||||
}
|
}
|
||||||
.fa-arrow-circle-down {
|
.fa-arrow-circle-down {
|
||||||
color: #42DEEB;
|
color: #001029;
|
||||||
background-color: white;
|
background-color: #009966;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@@ -178,8 +178,8 @@ body {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input id="beginDateh" type="hidden" value="${beginDate}"/>
|
<%-- <input id="beginDateh" type="hidden" value="${beginDate}"/> --%>
|
||||||
<input id="endDateh" type="hidden" value="${endDate}"/>
|
<%-- <input id="endDateh" type="hidden" value="${endDate}"/> --%>
|
||||||
<!--header结束-->
|
<!--header结束-->
|
||||||
<!-- 第一行 -->
|
<!-- 第一行 -->
|
||||||
<div class="data_main">
|
<div class="data_main">
|
||||||
@@ -217,9 +217,12 @@ body {
|
|||||||
<div class="right_1">
|
<div class="right_1">
|
||||||
<div class="main_title_port">
|
<div class="main_title_port">
|
||||||
<label class="txt"><spring:message code="active_port"/></label>
|
<label class="txt"><spring:message code="active_port"/></label>
|
||||||
<span class="label_block" style="border-left:2px #575073 solid;">
|
<span class="label_block" style="border-left:2px #1F235C solid;">
|
||||||
<label><a href="javascipt:void(0)" onclick="portActiveList();return false;"><i class="fa fa-refresh"></i></a></label>
|
<label><a href="javascipt:void(0)" onclick="portActiveList();return false;"><i class="fa fa-refresh"></i></a></label>
|
||||||
</span>
|
</span>
|
||||||
|
<%-- <span class="label_block" style="border-left:2px #22265E solid;">
|
||||||
|
<label><a href="${ctx}/dashboard/portActiveList"><i class="fa fa-line-chart"></i></a></label>
|
||||||
|
</span> --%>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main_table_port">
|
<div class="main_table_port">
|
||||||
|
|||||||
Reference in New Issue
Block a user