From 011790c6fc6f00661f275f51f0576ab620d62717 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 10 Nov 2022 17:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=9C=B0=E5=9B=BE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 {