|
|
@ -70,7 +70,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
.main-right {
|
|
|
|
.main-right {
|
|
|
|
width: 74.92%;
|
|
|
|
width: 74.92%;
|
|
|
|
min-height: 516px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fr {
|
|
|
|
.fr {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
@ -79,6 +78,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
.mt10 {
|
|
|
|
.mt10 {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
min-height: 516px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mt10 li{
|
|
|
|
.mt10 li{
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
@ -142,9 +142,6 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pag {
|
|
|
|
.pag {
|
|
|
|
margin-top: 80px;
|
|
|
|
margin-top: 80px;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
bottom: 4%;
|
|
|
|
|
|
|
|
right: 27%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-tree-node {
|
|
|
|
.el-tree-node {
|
|
|
|
border-bottom: 1px solid #E1E1E1;
|
|
|
|
border-bottom: 1px solid #E1E1E1;
|
|
|
@ -209,7 +206,7 @@
|
|
|
|
</el-tree>
|
|
|
|
</el-tree>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="main-right fr common-list">
|
|
|
|
<div class="main-right fr common-list">
|
|
|
|
<ul class="list mt10">
|
|
|
|
<ul class="list mt10" th:if="${page.list.size} > 0">
|
|
|
|
<tbody th:each="trends,status : ${page.list}">
|
|
|
|
<tbody th:each="trends,status : ${page.list}">
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<span style="color:#ccc;">-</span>
|
|
|
|
<span style="color:#ccc;">-</span>
|
|
|
|