From 8a5df88b22154b73647c79ccc1b82a01d1987b48 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 10 十一月 2023 10:29:44 +0800
Subject: [PATCH] 修改系统title/企业弹框颜色/会议保障历史记录请求

---
 src/components/map/viewer1.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue
index ef5f15b..04252c8 100644
--- a/src/components/map/viewer1.vue
+++ b/src/components/map/viewer1.vue
@@ -249,8 +249,8 @@
       window.sgworld1 = new SmartEarth.EarthCtrl(
         "sdkContainer1",
         {
-          // StaticFileBaseUrl: "../../static/CimSDK/",
-          StaticFileBaseUrl: "../../../SW/static/CimSDK/",
+          StaticFileBaseUrl: "../../static/CimSDK/",
+          // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
         },
         {},
         null,
@@ -289,6 +289,7 @@
             true,
             ""
           );
+
           var p = {
             destination: sgworld.Navigate.getPosition(),
             orientation: {
@@ -1361,8 +1362,9 @@
  */
 
 .aboutDialog /deep/ .el-dialog {
-  background: rgba(0, 0, 0, 0.7);
-  border: 1px rgba(255, 255, 255, 0.5) solid;
+  background: rgba(14, 50, 143, 0.7);
+  border: 1px solid #205fbc;
+  box-shadow: 0px 1px 10px 0px rgba(3, 10, 26, 0.38);
 }
 
 .aboutDialog >>> .el-dialog__body {

--
Gitblit v1.9.3