派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-16 b2c88b472b93586bdb52778f5051233adfa633a0
修改地图弹框宽度问题
2个文件已修改
5 ■■■■■ 已修改文件
src/components/panel/ToolBoxPanel.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/TDT.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/ToolBoxPanel.vue
@@ -8,10 +8,10 @@
      <el-row v-show="selectGroup" class="specific-tools-group">
        <el-popover
            placement="bottom"
            width="100%"
            trigger="click"
            :popper-class="'tools-panel-content'"
            v-for="(item,index) in menuList" :key="index"
            :width="item.index === '2'?230 : 150"
        >
          <el-button slot="reference" class="el-button" :class="active === index ? 'tools-panel-choose':''"
                     @click="changeChoose(index)">
@@ -407,6 +407,7 @@
      //  width:220px!important;
      //}
      .base-map-inner-panel {
        //width: 230px!important;
        display: flex;
        justify-content: center;
        align-items: center;
src/conf/TDT.js
@@ -183,7 +183,7 @@
      visible: false,
      layerType: 'cta_c',
      isLoadMapByToken: true,
      url: TIANDITU_GIS_HOST + '/cta_c/wmts?layer=cva&style=default&tilematrixset=c' +
      url: TIANDITU_GIS_HOST + '/cta_c/wmts?layer=cta&style=default&tilematrixset=c' +
        '&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}' +
        '&tk=' + TIANDITU_GIS_TOKEN,
      option: {