diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index 05370fb6..5acbbed9 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -1017,8 +1017,7 @@ export default { let that = this; //如果已经存在这个id,则证明已经加载过,已经有这个js文件了,可以直接执行回调里面的操作 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 {