Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
长
长兴大屏
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
长兴大屏
Commits
c0cf97b4
Commit
c0cf97b4
authored
Feb 13, 2025
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏在建工程
parent
161c9b8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
Index.vue
src/views/DataStatis/Index.vue
+9
-7
No files found.
src/views/DataStatis/Index.vue
View file @
c0cf97b4
...
...
@@ -194,7 +194,7 @@
<img
src=
"@/assets/images/index/icon-title.png"
alt=
""
/>
建设工程
</div>
<div
class=
"btm-l-v"
>
<div
class=
"btm-l-v"
style=
"padding: 0 12px"
>
<div
class=
"status"
>
在建
<span>
{{ statistics.buildAmount }}
</span>
</div>
...
...
@@ -206,7 +206,7 @@
视频监控
</div>
<div
class=
"btm-l-v"
>
<div>
<div
style=
"width: 100%"
>
已接入工程
<span
>
{{ statistics.monitorAcceptAmount }}/{{
...
...
@@ -222,7 +222,7 @@
扬尘监测
</div>
<div
class=
"btm-l-v"
>
<div>
<div
style=
"width: 100%"
>
已接入工程
<span
>
{{ statistics.noiseAcceptAmount }}/{{
...
...
@@ -232,7 +232,7 @@
</div>
</div>
</div>
<div
class=
"btm-status long"
>
<
!-- <
div class="btm-status long">
<div class="title">
<img src="@/assets/images/index/icon-title.png" alt="" />
在建工程预警处置
...
...
@@ -250,7 +250,7 @@
>
</div>
</div>
</div>
</div>
-->
</div>
<div
class=
"maptipinfo"
>
<div>
...
...
@@ -1064,7 +1064,7 @@ export default {
background-repeat: no-repeat;
background-size: 100% 100%;
height: 92px;
width:
20%
;
width:
calc(100% / 3 - 6px)
;
margin-right: 10px;
&:last-child {
margin-right: 0;
...
...
@@ -1093,6 +1093,7 @@ export default {
display: flex;
justify-content: flex-start;
font-size: 14px;
text-align: center;
.status {
width: calc(100% / 3);
text-align: center;
...
...
@@ -1106,8 +1107,9 @@ export default {
}
div:not(.status) {
line-height: 50px;
padding: 0
20
px;
padding: 0
12
px;
vertical-align: top;
white-space: nowrap;
span {
line-height: 50px;
margin-left: 20px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment