补充提交
This commit is contained in:
@@ -23,8 +23,8 @@ body {
|
||||
color: #fff
|
||||
}
|
||||
.fa-arrow-circle-up {
|
||||
color: #fe392e;
|
||||
background-color: white;
|
||||
color: #001029;
|
||||
background-color: #fe392e;
|
||||
border-radius: 10px;
|
||||
font-size: 13px;
|
||||
width: 10px;
|
||||
@@ -32,8 +32,8 @@ body {
|
||||
line-height: 9px !important;
|
||||
}
|
||||
.fa-arrow-circle-down {
|
||||
color: #42DEEB;
|
||||
background-color: white;
|
||||
color: #001029;
|
||||
background-color: #009966;
|
||||
border-radius: 10px;
|
||||
font-size: 13px;
|
||||
width: 10px;
|
||||
@@ -178,8 +178,8 @@ body {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input id="beginDateh" type="hidden" value="${beginDate}"/>
|
||||
<input id="endDateh" type="hidden" value="${endDate}"/>
|
||||
<%-- <input id="beginDateh" type="hidden" value="${beginDate}"/> --%>
|
||||
<%-- <input id="endDateh" type="hidden" value="${endDate}"/> --%>
|
||||
<!--header结束-->
|
||||
<!-- 第一行 -->
|
||||
<div class="data_main">
|
||||
@@ -217,9 +217,12 @@ body {
|
||||
<div class="right_1">
|
||||
<div class="main_title_port">
|
||||
<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>
|
||||
</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 class="main_table_port">
|
||||
|
||||
Reference in New Issue
Block a user