北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-10 13fdb067fc3d752e8bd278de539fb2de40fe8397
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: {
@@ -1274,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;
@@ -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 {