管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-22 2f86d03a3a75feaf32fb44a0520dcca8057ac84e
综合展示分析样式修改
已修改6个文件
17 ■■■■■ 文件已修改
public/config/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/config.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/configure.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapSpacePop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Synthesis/LeftMenu.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Tools/LayerTree.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/config/config.js
@@ -24,7 +24,7 @@
var geoserverWFSLine = '/geoserver/LF/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=LF%3Am_pipeline&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=projname=';
// 模型加载地址
var modelUrl = LFData + '/tileset/SN/tileset.json';
var modelUrl = LFData + '/tileset';
// DEM
 var demLayer = LFData + '/dem';
src/assets/css/config.css
@@ -404,7 +404,7 @@
}
.Black_theme .twoMenu_imge414 {
    background: url("../../assets/img/synthesis/images/3d视域分析.png") no-repeat center;
    background: url("../../assets/img/synthesis/images/2.png") no-repeat center;
}
src/assets/css/configure.css
@@ -236,7 +236,7 @@
}
.twoMenu_imge414 {
    background: url("../../assets/img/synthesis/images/3白底_162.png") no-repeat center;
    background: url("../../assets/img/synthesis/images/1.png") no-repeat center;
}
src/components/MapView/mapSpacePop.vue
@@ -232,7 +232,7 @@
      obj = this.optionx.find(function (item) {
        return item.field === value;
      });
      // debugger
      // if (obj.type == 'serial' || obj.type == 'int') {
      //   this.options = this.options2;
      // } else {
src/views/Synthesis/LeftMenu.vue
@@ -1167,7 +1167,7 @@
          var that = this;
          window.model = sgworld.Creator.create3DTilesets(
            '',
            modelUrl,
            modelUrl+'/SN/tileset.json',
            {},
            {},
            '0',
@@ -1477,8 +1477,10 @@
            this.$refs && this.$refs.maplayer && this.$refs.maplayer.open();
            this.$store.state.layerMnage = true;
          } else if (this.$store.state.layerMnage == true) {
                       this.$bus.$emit("treeDataCopy","true");
            this.$refs && this.$refs.maplayer && this.$refs.maplayer.closeAll();
            this.$store.state.layerMnage = false;
          }
          break;
@@ -1519,7 +1521,7 @@
  margin: 0;
  padding: 0;
  overflow-y: auto;
  text-align: center;
  // text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
@@ -1533,6 +1535,7 @@
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .leftMen_div:hover {
    background: rgba(64, 158, 255, 0.4);
src/views/Tools/LayerTree.vue
@@ -669,7 +669,7 @@
      this.$store.state.treeData = this.treeData;
      this.$store.state.checkedKeys = this.$refs.tree.getCheckedKeys()
    });
    if (this.$store.state.showAllLayers == true) {
      this.layersStart();
      this.$store.state.showAllLayers = false;