加载地图修改
This commit is contained in:
parent
2def4938a1
commit
011790c6fc
|
@ -1017,8 +1017,7 @@ export default {
|
||||||
let that = this;
|
let that = this;
|
||||||
//如果已经存在这个id,则证明已经加载过,已经有这个js文件了,可以直接执行回调里面的操作
|
//如果已经存在这个id,则证明已经加载过,已经有这个js文件了,可以直接执行回调里面的操作
|
||||||
if (document.querySelector(`#${id}`)) {
|
if (document.querySelector(`#${id}`)) {
|
||||||
// that.ElLoading = null;
|
that.ElLoading = null;
|
||||||
that.ElLoading.close();
|
|
||||||
callback && callback()
|
callback && callback()
|
||||||
return;
|
return;
|
||||||
}else{
|
}else{
|
||||||
|
@ -2322,6 +2321,14 @@ export default {
|
||||||
background: rgba(48, 255, 220, 0.35);
|
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 {
|
.el-radio.el-radio--small .el-radio__label {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -3825,7 +3832,7 @@ export default {
|
||||||
#mapContainer {
|
#mapContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #3798ff;
|
background-color: #49a1ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bigScreenUserTable {
|
#bigScreenUserTable {
|
||||||
|
|
Loading…
Reference in New Issue