@@ -49,7 +49,7 @@ export default {
},
mounted() {
this.isMounted = true
- this.plazaIds = localStorage.getItem('PLAZAID');
+ this.plazaIds = localStorage.getItem('PLAZAID')
computed: {
...mapGetters(['plazaId', 'fmapID', 'haveFengMap', 'accessLevel']),
@@ -349,4 +349,8 @@ body {
padding-right: 0;
}
+.el-tooltip__popper {
+ max-width: 600px !important;
+ line-height: 20px !important;
+}
</style>
@@ -652,10 +652,6 @@ export default {
<style lang="less">
-.el-tooltip__popper {
- max-width: 600px !important;
- line-height: 20px !important;
-}
@media screen and (max-height: 800px) {
.legend-library-bottom {
overflow-y: auto;