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
7b0a5f6d
Commit
7b0a5f6d
authored
Jul 23, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图页面增加标题
parent
f2573870
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
mapTitle.png
public/imgs/Gis/mapTitle.png
+0
-0
screenDisplay.vue
src/components/screenDisplay.vue
+10
-2
No files found.
public/imgs/Gis/mapTitle.png
0 → 100644
View file @
7b0a5f6d
123 KB
src/components/screenDisplay.vue
View file @
7b0a5f6d
...
...
@@ -10,7 +10,8 @@ import AMapLoader from "@amap/amap-jsapi-loader";
v-loading
.
fullscreen
.
lock=
"fullscreenLoading"
element-loading-background=
"rgba(122, 122, 122, 0.6)"
>
<div
class=
"btnGroup"
>
<div
class=
"topTitleBlock"
><img
src=
"/imgs/Gis/mapTitle.png"
/></div>
<div
class=
"btnGroup"
style=
"margin-top: 30px;"
>
<div
class=
"btn btn1"
@
click=
"heatBtnClick(1)"
><p>
实时热耗
</p></div>
<div
class=
"btn btn2"
@
click=
"heatBtnClick(2)"
><p>
供热面积
</p></div>
<div
class=
"btn btn3"
@
click=
"heatBtnClick(3)"
><p>
返回首页
</p></div>
...
...
@@ -887,7 +888,7 @@ export default defineComponent({
case
"dfa20074-8731-457f-b63f-4e1858cfe266"
:
map
.
setZoomAndCenter
(
16
,
[
"117.496956"
,
"38.856422"
]);
break
;
case
"b354f45b-23e5-42be-a210-0fb92394f457"
:
case
"b354f45b-23e5-42be-a210-0fb92394f457"
:
map
.
setZoomAndCenter
(
16
,
[
"117.499208"
,
"38.855445"
]);
break
;
}
...
...
@@ -2200,6 +2201,13 @@ export default defineComponent({
});
</
script
>
<
style
scoped
>
.topTitleBlock
{
position
:
absolute
;
top
:
0
;
left
:
50%
;
margin-left
:
-550px
;
z-index
:
9
;
}
.videoBlock
{
position
:
fixed
;
width
:
1280px
;
...
...
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