Commit c0cf97b4 authored by 张牧越's avatar 张牧越

隐藏在建工程

parent 161c9b8a
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<img src="@/assets/images/index/icon-title.png" alt="" /> <img src="@/assets/images/index/icon-title.png" alt="" />
建设工程 建设工程
</div> </div>
<div class="btm-l-v"> <div class="btm-l-v" style="padding: 0 12px">
<div class="status"> <div class="status">
在建 <span>{{ statistics.buildAmount }}</span> 在建 <span>{{ statistics.buildAmount }}</span>
</div> </div>
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
视频监控 视频监控
</div> </div>
<div class="btm-l-v"> <div class="btm-l-v">
<div> <div style="width: 100%">
已接入工程 已接入工程
<span <span
>{{ statistics.monitorAcceptAmount }}/{{ >{{ statistics.monitorAcceptAmount }}/{{
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
扬尘监测 扬尘监测
</div> </div>
<div class="btm-l-v"> <div class="btm-l-v">
<div> <div style="width: 100%">
已接入工程 已接入工程
<span <span
>{{ statistics.noiseAcceptAmount }}/{{ >{{ statistics.noiseAcceptAmount }}/{{
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="btm-status long"> <!-- <div class="btm-status long">
<div class="title"> <div class="title">
<img src="@/assets/images/index/icon-title.png" alt="" /> <img src="@/assets/images/index/icon-title.png" alt="" />
在建工程预警处置 在建工程预警处置
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
> >
</div> </div>
</div> </div>
</div> </div> -->
</div> </div>
<div class="maptipinfo"> <div class="maptipinfo">
<div> <div>
...@@ -1064,7 +1064,7 @@ export default { ...@@ -1064,7 +1064,7 @@ export default {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
height: 92px; height: 92px;
width: 20%; width: calc(100% / 3 - 6px);
margin-right: 10px; margin-right: 10px;
&:last-child { &:last-child {
margin-right: 0; margin-right: 0;
...@@ -1093,6 +1093,7 @@ export default { ...@@ -1093,6 +1093,7 @@ export default {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
font-size: 14px; font-size: 14px;
text-align: center;
.status { .status {
width: calc(100% / 3); width: calc(100% / 3);
text-align: center; text-align: center;
...@@ -1106,8 +1107,9 @@ export default { ...@@ -1106,8 +1107,9 @@ export default {
} }
div:not(.status) { div:not(.status) {
line-height: 50px; line-height: 50px;
padding: 0 20px; padding: 0 12px;
vertical-align: top; vertical-align: top;
white-space: nowrap;
span { span {
line-height: 50px; line-height: 50px;
margin-left: 20px; margin-left: 20px;
......
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