加载地图修改

This commit is contained in:
caoqianming 2022-11-10 17:24:56 +08:00
parent 2def4938a1
commit 011790c6fc
1 changed files with 10 additions and 3 deletions

View File

@ -1017,8 +1017,7 @@ export default {
let that = this;
//idjs
if (document.querySelector(`#${id}`)) {
// that.ElLoading = null;
that.ElLoading.close();
that.ElLoading = null;
callback && callback()
return;
}else{
@ -2322,6 +2321,14 @@ export default {
background: rgba(48, 255, 220, 0.35);
}
.el-loading-spinner .el-loading-text{
color: #Ffa500;
}
.el-loading-spinner .path{
stroke: #Ffa500;
}
.el-radio.el-radio--small .el-radio__label {
color: #ffffff;
}
@ -3825,7 +3832,7 @@ export default {
#mapContainer {
width: 100%;
height: 100%;
background-color: #3798ff;
background-color: #49a1ff;
}
#bigScreenUserTable {