Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
66f00fdd
Commit
66f00fdd
authored
3 years ago
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gis页面的infowindow调整最大共度
parent
1936e422
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
9 deletions
+8
-9
lineInfoWindowWarn.vue
...ty-web/src/components/PopWindowGis/lineInfoWindowWarn.vue
+1
-1
markerInfoWindowWarn.vue
...-web/src/components/PopWindowGis/markerInfoWindowWarn.vue
+1
-1
troubleInfoWindowWarn.vue
...web/src/components/PopWindowGis/troubleInfoWindowWarn.vue
+1
-1
index.vue
gassafety-web/src/views/device/map/index.vue
+3
-4
RightBototmData.vue
...c/views/enterprise/mapView/components/RightBototmData.vue
+1
-1
index.vue
gassafety-web/src/views/enterprise/mapView/index.vue
+1
-1
No files found.
gassafety-web/src/components/PopWindowGis/lineInfoWindowWarn.vue
View file @
66f00fdd
...
...
@@ -209,7 +209,7 @@ export default {
<
style
lang
=
"scss"
scoped
>
.
wrapper
{
width
:
406
px
;
max
-
height
:
43
0
px
;
max
-
height
:
50
0
px
;
background
:
#
fff
;
border
-
radius
:
4
px
;
box
-
shadow
:
0
px
3
px
6
px
rgba
(
0
,
0
,
0
,
0.16
);
...
...
This diff is collapsed.
Click to expand it.
gassafety-web/src/components/PopWindowGis/markerInfoWindowWarn.vue
View file @
66f00fdd
...
...
@@ -181,7 +181,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.wrapper
{
width
:
406px
;
max-height
:
43
0px
;
max-height
:
50
0px
;
background
:
#fff
;
border-radius
:
4px
;
box-shadow
:
0px
3px
6px
rgba
(
0
,
0
,
0
,
0
.16
);
...
...
This diff is collapsed.
Click to expand it.
gassafety-web/src/components/PopWindowGis/troubleInfoWindowWarn.vue
View file @
66f00fdd
...
...
@@ -184,7 +184,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.wrapper
{
width
:
406px
;
max-height
:
43
0px
;
max-height
:
50
0px
;
background
:
#fff
;
border-radius
:
4px
;
box-shadow
:
0px
3px
6px
rgba
(
0
,
0
,
0
,
0
.16
);
...
...
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/device/map/index.vue
View file @
66f00fdd
...
...
@@ -777,7 +777,6 @@ export default {
iten
.
infoPath
=
[
a
.
toFixed
(
6
),
b
.
toFixed
(
6
)];
}
else
{
path
=
[
iten
.
path
[
0
],
iten
.
path
[
1
]
-
0.06
];
}
this
.
gaoMap
.
panTo
(
path
);
}
...
...
@@ -838,7 +837,7 @@ export default {
lnglat
:
iten
.
path
,
};
// 如果是原地不动,就直接执行
if
(
iten
.
path
[
0
]
==
lng
&&
iten
.
path
[
1
]
>=
(
lat
+
0.06
)
-
0.000001
)
{
if
(
iten
.
path
[
0
]
==
lng
&&
iten
.
path
[
1
]
>=
lat
+
0.06
-
0.000001
)
{
console
.
log
(
"9999999999"
);
this
.
gaoMap
.
infoOpen
(
e
);
return
;
...
...
@@ -1231,10 +1230,10 @@ input[type="radio"] {
// border-right: none;
flex
:
1
;
text-align
:
center
;
margin-left
:
10px
;
margin-left
:
10px
;
}
.code
{
width
:
1
12
px
;
width
:
1
00
px
;
text-align
:
center
;
}
}
...
...
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/enterprise/mapView/components/RightBototmData.vue
View file @
66f00fdd
...
...
@@ -270,7 +270,7 @@ export default {
flex-wrap
:
wrap
;
// justify-content: space-between;
align-content
:
flex-start
;
margin-top
:
7px
;
//
margin-top: 7px;
&
>
.right-content
{
background-color
:
#fff
;
width
:
238px
;
...
...
This diff is collapsed.
Click to expand it.
gassafety-web/src/views/enterprise/mapView/index.vue
View file @
66f00fdd
...
...
@@ -1680,7 +1680,7 @@ input[type="radio"] {
margin-left
:
10px
;
}
.code
{
width
:
1
12
px
;
width
:
1
00
px
;
text-align
:
center
;
}
}
...
...
This diff is collapsed.
Click to expand it.
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