Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xt-whp
Project
Project
Details
Activity
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
yaqizhang
xt-whp
Commits
2cf33d72
Commit
2cf33d72
authored
Oct 25, 2021
by
jianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应急物资
parent
3310334f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+6
-5
No files found.
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
2cf33d72
...
...
@@ -71,11 +71,11 @@
</div>
</div>
<div
@
click=
"mapma"
class=
"markbox-div"
ref=
"
yh
"
>
<div
@
click=
"mapma"
class=
"markbox-div"
ref=
"
material
"
>
<div
class=
"markbox-click"
ref=
"maimg"
style=
"width: 30%;height: 100%;float: left;text-align: right;"
>
<img
width=
"30px"
src=
"@/assets/mark/markjk.png"
/>
</div>
<div
class=
"markbox-span"
ref=
"z
yh
"
style=
"width: 70%;height: 100%;float: left;text-align: center;line-height: 10px;padding-top: 18px;"
>
<div
class=
"markbox-span"
ref=
"z
ma
"
style=
"width: 70%;height: 100%;float: left;text-align: center;line-height: 10px;padding-top: 18px;"
>
<span>
应急物资
<p></p><span
style=
"font-family: 'UnidreamLED';font-size: 1.5rem;"
>
{{
materialData
.
total
}}
</span></span>
</div>
...
...
@@ -813,12 +813,13 @@
if
(
this
.
maVisble
)
{
this
.
Mutil
.
visibleMarks
(
false
,
"material"
);
this
.
maVisble
=
false
;
this
.
$refs
.
ma
img
.
lastChild
.
style
.
display
=
"none
"
;
this
.
$refs
.
ma
terial
.
style
.
background
=
"#24BBC7
"
;
this
.
$refs
.
zma
.
lastChild
.
style
.
color
=
"#013056"
;
}
else
{
this
.
Mutil
.
visibleMarks
(
true
,
"material"
);
this
.
maVisble
=
true
;
this
.
$refs
.
maimg
.
lastChild
.
style
.
display
=
"block"
;
this
.
$refs
.
material
.
style
.
background
=
"RGBA(5, 52, 82, 0.7)"
;
this
.
$refs
.
zma
.
lastChild
.
style
.
color
=
"#fff"
;
}
}
...
...
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