From 2ded20170dc111cd1f7b6168961629cb3cf5f58c Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期六, 11 十一月 2023 15:28:36 +0800 Subject: [PATCH] 企业弹框 --- src/components/map/viewer1.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index 666a806..d753ce9 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -250,7 +250,7 @@ "sdkContainer1", { StaticFileBaseUrl: "../../static/CimSDK/", - // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", + // StaticFileBaseUrl: "../../../SW/static/CimSDK/", }, {}, null, @@ -766,6 +766,7 @@ }, // 鍒濆鍔犺浇宸叉敞鍐屼紒涓� showYZCQY() { + this.showTDinfo = false; this.QYbox = !this.QYbox; this.searchYZCQY("浼佷笟鍚嶇О"); }, @@ -1363,7 +1364,8 @@ .aboutDialog /deep/ .el-dialog { background: rgba(14, 50, 143, 0.7); - border: 1px solid #205fbc; + border: 2px solid #205fbc; + border-radius: 10px; box-shadow: 0px 1px 10px 0px rgba(3, 10, 26, 0.38); } -- Gitblit v1.9.3