Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
海康威视
web-project
Commits
efccd55f
Commit
efccd55f
authored
Jul 18, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改地图页面自适应问题
parent
80610aeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
screenDisplay.vue
src/components/screenDisplay.vue
+12
-8
No files found.
src/components/screenDisplay.vue
View file @
efccd55f
...
...
@@ -168,10 +168,10 @@ import AMapLoader from "@amap/amap-jsapi-loader";
</td>
</tr>
<tr>
<td>
一次补水量m³/h
</td>
<td>
一次补水量
万
m³/h
</td>
<td
v-for=
"item in gYPipeReal"
:key=
"item.supplyId"
>
<span
v-if=
"item.supplyFlowSum != 0"
>
{{
parseInt
(
item
.
supplyFlowSum
)
parseInt
(
item
.
supplyFlowSum
)
/
10000
}}
</span>
<span
v-else
>
-
</span>
</td>
...
...
@@ -202,7 +202,7 @@ import AMapLoader from "@amap/amap-jsapi-loader";
</li>
</ul>
</div>
<div
class=
"selectBlock"
style=
"top: 17%"
>
<div
class=
"selectBlock"
>
<select
v-model=
"selectHour"
v-show=
"selectShow"
...
...
@@ -2420,7 +2420,7 @@ export default defineComponent({
.gis_content
.rightLayer2Block
.btnGroup
{
position
:
absolute
;
width
:
50%
;
top
:
1
8
%
;
top
:
1
4
%
;
left
:
5%
;
height
:
22%
;
}
...
...
@@ -2443,7 +2443,7 @@ export default defineComponent({
}
.gis_content
.rightLayer2Block
.selectBlock
{
position
:
absolute
;
top
:
22
%
;
top
:
13
%
;
right
:
5%
;
width
:
18%
;
}
...
...
@@ -2474,13 +2474,14 @@ export default defineComponent({
background-color
:
#8797a6
;
font-size
:
90%
;
padding
:
0
;
text-align
:
center
;
}
.gis_content
.rightLayer1
table
th
:first-child
{
width
:
20%
;
}
.gis_content
.rightLayer1
table
td
{
background-color
:
#0e3c77
;
font-size
:
8
5
%
;
font-size
:
8
0
%
;
color
:
rgb
(
25
,
247
,
255
);
text-align
:
center
;
padding
:
0.6%
;
...
...
@@ -2488,10 +2489,13 @@ export default defineComponent({
.gis_content
.rightLayer3Block
{
margin-top
:
8%
;
padding
:
0
;
height
:
28%
;
}
.gis_content
.rightLayer3Block
table
th
{
font-size
:
90%
;
margin-top
:
8%
;
text-align
:
center
;
line-height
:
120%
;
}
.gis_content
.rightLayer4
{
width
:
90%
;
...
...
@@ -2500,8 +2504,8 @@ export default defineComponent({
}
.gis_content
.rightLayer4Block
{
position
:
relative
;
height
:
2
0
%
;
margin-top
:
36
%
;
height
:
2
5
%
;
margin-top
:
25
%
;
}
.gis_content
.nodata
{
display
:
flex
;
...
...
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