Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
25d1a1ec1ed69972d8651801024a266c52bc15ec
Authored by
ww
2022-05-12 10:46:23 +0800
1 parent
a0643bc4
fix(device/localtion): 修复弹出信息窗口map存在阴影
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/device/localtion/index.vue
src/views/device/localtion/index.vue
View file @
25d1a1e
...
...
@@ -438,9 +438,12 @@
438
438
},
439
439
});
440
440
</script>
441
-
<style scoped>
441
+
<style scoped
lang="less"
>
442
442
.wrapper {
443
443
position: relative;
444
+
:deep(.BMap_shadow) {
445
+
display: none;
446
+
}
444
447
}
445
448
.right-wrap {
446
449
padding-top: 10px;
...
...