|
|
|
@ -61,7 +61,7 @@ |
|
|
|
</el-popover> |
|
|
|
|
|
|
|
</div> |
|
|
|
<el-row style="margin-bottom:10px"> |
|
|
|
<el-row style="margin-bottom:20px"> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="item"> |
|
|
|
<div class="icon1" style="background-color: rgb(79, 140, 255);"> |
|
|
|
@ -98,7 +98,7 @@ |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row style="margin-bottom:10px"> |
|
|
|
<el-row style="margin-bottom:20px"> |
|
|
|
<div class="item"> |
|
|
|
<div class="icon2" style="background-color: rgb(204, 204, 204);"> |
|
|
|
<i class="el-icon-date"></i> |
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-row> |
|
|
|
<el-row style="margin-bottom:10px"> |
|
|
|
<el-row style="margin-bottom:20px"> |
|
|
|
<div class="item"> |
|
|
|
<div class="icon2" style="background-color: rgb(204, 204, 204);"> |
|
|
|
<i class="el-icon-star-off"></i> |
|
|
|
@ -120,7 +120,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-row> |
|
|
|
<el-row style="margin-bottom:10px"> |
|
|
|
<el-row style="margin-bottom:20px"> |
|
|
|
<div class="item"> |
|
|
|
<div class="icon2" style="background-color: rgb(204, 204, 204);"> |
|
|
|
<i class="el-icon-alarm-clock"></i> |
|
|
|
@ -1039,7 +1039,6 @@ export default { |
|
|
|
|
|
|
|
.icon1 { |
|
|
|
color: #fff; |
|
|
|
height: 30px; |
|
|
|
border-radius: 15px; |
|
|
|
text-align: center; |
|
|
|
font-size: 20px; |
|
|
|
@ -1049,7 +1048,6 @@ export default { |
|
|
|
|
|
|
|
.icon2 { |
|
|
|
color: #000000; |
|
|
|
width: 30px; |
|
|
|
border-radius: 15px; |
|
|
|
text-align: center; |
|
|
|
font-size: 20px; |
|
|
|
|