|
@@ -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>
|