Commit c3aca70d authored by 李苏's avatar 李苏 💬

优化调整

parent 4f9c4599
...@@ -100,13 +100,13 @@ ...@@ -100,13 +100,13 @@
</div> </div>
<div style="height: calc(100% - 30px);width: 100%;display: flex;flex-direction: column;"> <div style="height: calc(100% - 30px);width: 100%;display: flex;flex-direction: column;">
<div class="flex1 flex-center"> <div class="flex1 flex-center">
<span style="font-size: 13px;color: #26c6f0;">异常设备数量:</span> <span <span style="font-size: 15px;color: #26c6f0;">异常设备数量:</span> <span
style="font-size: 18px;font-style: italic;;color: #e39001;">{{item.ycsl}}</span> style="font-size: 20px;font-style: italic;;color: #e39001;">{{item.ycsl}}</span>
</div> </div>
<div class="flex1 text-center "> <div class="flex1 text-center ">
<div class="flex1 "> <div class="flex1 ">
<span style="font-size: 13px;color: #26c6f0;">设备总数量:</span> <span <span style="font-size: 15px;color: #26c6f0;">设备总数量:</span> <span
style="font-size: 18px;font-style: italic;;color: #fff;">{{item.zsl}}</span> style="font-size: 20px;font-style: italic;;color: #fff;">{{item.zsl}}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -1252,7 +1252,8 @@ ...@@ -1252,7 +1252,8 @@
} }
.grid-container>div { .grid-container>div {
border: 1px solid #26c6f0; border: 2px solid #26c6f0;
border-radius: 7px;
} }
.menu { .menu {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment