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
ba4e8ba8
Commit
ba4e8ba8
authored
Jul 18, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整地图页面左上角按钮组和视频播放位置
parent
efccd55f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
screenDisplay.vue
src/components/screenDisplay.vue
+3
-5
No files found.
src/components/screenDisplay.vue
View file @
ba4e8ba8
...
@@ -8,8 +8,6 @@ import AMapLoader from "@amap/amap-jsapi-loader";
...
@@ -8,8 +8,6 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div
class=
"btnGroup"
>
<div
class=
"btnGroup"
>
<div
class=
"btn btn1"
@
click=
"heatBtnClick(1)"
><p>
实时热耗
</p></div>
<div
class=
"btn btn1"
@
click=
"heatBtnClick(1)"
><p>
实时热耗
</p></div>
<div
class=
"btn btn2"
@
click=
"heatBtnClick(2)"
><p>
供热面积
</p></div>
<div
class=
"btn btn2"
@
click=
"heatBtnClick(2)"
><p>
供热面积
</p></div>
</div>
<div
class=
"btnGroup"
style=
"top: 11.5%"
>
<div
class=
"btn btn3"
@
click=
"heatBtnClick(3)"
><p>
返回首页
</p></div>
<div
class=
"btn btn3"
@
click=
"heatBtnClick(3)"
><p>
返回首页
</p></div>
<div
class=
"btn btn4"
@
click=
"heatBtnClick(4)"
><p>
返回上一级
</p></div>
<div
class=
"btn btn4"
@
click=
"heatBtnClick(4)"
><p>
返回上一级
</p></div>
</div>
</div>
...
@@ -2157,7 +2155,7 @@ export default defineComponent({
...
@@ -2157,7 +2155,7 @@ export default defineComponent({
position
:
fixed
;
position
:
fixed
;
width
:
1280px
;
width
:
1280px
;
left
:
50%
;
left
:
50%
;
top
:
calc
(
50%
-
3
04
px
);
top
:
calc
(
50%
-
3
50
px
);
margin-left
:
-640px
;
margin-left
:
-640px
;
z-index
:
9999
;
z-index
:
9999
;
}
}
...
@@ -2355,7 +2353,7 @@ export default defineComponent({
...
@@ -2355,7 +2353,7 @@ export default defineComponent({
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.gis_content
.btnGroup
.btn
p
{
.gis_content
.btnGroup
.btn
p
{
padding-top
:
6
px
;
padding-top
:
5
px
;
font-weight
:
bolder
;
font-weight
:
bolder
;
}
}
.gis_content
.btnGroup
.btn1
{
.gis_content
.btnGroup
.btn1
{
...
@@ -2366,6 +2364,7 @@ export default defineComponent({
...
@@ -2366,6 +2364,7 @@ export default defineComponent({
.gis_content
.btnGroup
.btn2
{
.gis_content
.btnGroup
.btn2
{
background
:
url("/imgs/Gis/icon_btn2.png")
center
center
no-repeat
;
background
:
url("/imgs/Gis/icon_btn2.png")
center
center
no-repeat
;
color
:
#000000
;
color
:
#000000
;
margin-bottom
:
3%
;
}
}
.gis_content
.btnGroup
.btn3
{
.gis_content
.btnGroup
.btn3
{
background
:
url("/imgs/Gis/icon_btn3.png")
center
center
no-repeat
;
background
:
url("/imgs/Gis/icon_btn3.png")
center
center
no-repeat
;
...
@@ -2375,7 +2374,6 @@ export default defineComponent({
...
@@ -2375,7 +2374,6 @@ export default defineComponent({
.gis_content
.btnGroup
.btn4
{
.gis_content
.btnGroup
.btn4
{
background
:
url("/imgs/Gis/icon_btn4.png")
center
center
no-repeat
;
background
:
url("/imgs/Gis/icon_btn4.png")
center
center
no-repeat
;
color
:
#ffffff
;
color
:
#ffffff
;
margin-bottom
:
3%
;
}
}
.gis_content
.jkBarBlock
{
.gis_content
.jkBarBlock
{
position
:
relative
;
position
:
relative
;
...
...
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