一公司人员定位地图功能完善

20240528Test
liujun 2024-04-16 16:09:16 +08:00
parent 384b1e27b7
commit 35500daad3
2 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,7 @@ export default {
font-size: 14px !important;
font-weight: 500;
}
.el-loading-mask{
z-index: 9999 !important;
}
</style>

View File

@ -1,7 +1,6 @@
<template>
<div>
<el-dialog
v-loading="loading"
:visible.sync="visible"
:append-to-body="appendToBody"
:before-close="beforeClose"