From 13fdb067fc3d752e8bd278de539fb2de40fe8397 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 10 十一月 2023 18:20:33 +0800 Subject: [PATCH] 土地管理弹窗、工具栏整合、功能点击响应 --- src/components/map/viewer1.vue | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index aed774a..666a806 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -249,7 +249,8 @@ window.sgworld1 = new SmartEarth.EarthCtrl( "sdkContainer1", { - StaticFileBaseUrl: "../../../static/CimSDK/", + StaticFileBaseUrl: "../../static/CimSDK/", + // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", }, {}, null, @@ -288,6 +289,7 @@ true, "" ); + var p = { destination: sgworld.Navigate.getPosition(), orientation: { @@ -1273,8 +1275,8 @@ position: absolute; z-index: 999; top: 20%; - /* left: 50%; */ - right: -68%; + left: 35%; + /* right: -68%; */ padding-top: 20px; width: 401px; height: 549px; @@ -1360,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