Browse Source

五大图层可视化

shibei_master
jiangyy 3 years ago
parent
commit
376a41343a
  1. BIN
      src/assets/img/shuju/fiveLayer/anzhibangjiao.png
  2. BIN
      src/assets/img/shuju/fiveLayer/buliangqingshaonian.png
  3. BIN
      src/assets/img/shuju/fiveLayer/shequjiaozheng.png
  4. BIN
      src/assets/img/shuju/fiveLayer/xfry.png
  5. BIN
      src/assets/img/shuju/fiveLayer/xidurenyuan.png
  6. BIN
      src/assets/img/shuju/fiveLayer/xiejiaorenyuan.png
  7. BIN
      src/assets/img/shuju/fiveLayer/zhaoshizhaohuojingshenbing.png
  8. 2
      src/assets/scss/modules/visual/fiveLayerMap.scss
  9. 10
      src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

BIN
src/assets/img/shuju/fiveLayer/anzhibangjiao.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

BIN
src/assets/img/shuju/fiveLayer/buliangqingshaonian.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

BIN
src/assets/img/shuju/fiveLayer/shequjiaozheng.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

BIN
src/assets/img/shuju/fiveLayer/xfry.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

BIN
src/assets/img/shuju/fiveLayer/xidurenyuan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

BIN
src/assets/img/shuju/fiveLayer/xiejiaorenyuan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

BIN
src/assets/img/shuju/fiveLayer/zhaoshizhaohuojingshenbing.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

2
src/assets/scss/modules/visual/fiveLayerMap.scss

@ -202,7 +202,7 @@
.tb { .tb {
height: calc(88vh - 302px - 10px); height: calc(88vh - 302px - 10px - 90px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
margin-top:20px; margin-top:20px;

10
src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

@ -337,6 +337,16 @@ const vueGis = {
'volunteer3': require('../../../../../assets/img/shuju/volunteer3.png'), 'volunteer3': require('../../../../../assets/img/shuju/volunteer3.png'),
'volunteer4': require('../../../../../assets/img/shuju/volunteer4.png'), 'volunteer4': require('../../../../../assets/img/shuju/volunteer4.png'),
'volunteer5': require('../../../../../assets/img/shuju/volunteer5.png'), 'volunteer5': require('../../../../../assets/img/shuju/volunteer5.png'),
'anzhibangjiao': require('../../../../../assets/img/shuju/fiveLayer/anzhibangjiao.png'),
'buliangqingshaonian': require('../../../../../assets/img/shuju/fiveLayer/buliangqingshaonian.png'),
'shequjiaozheng': require('../../../../../assets/img/shuju/fiveLayer/shequjiaozheng.png'),
'xfry': require('../../../../../assets/img/shuju/fiveLayer/xfry.png'),
'xidurenyuan': require('../../../../../assets/img/shuju/fiveLayer/xidurenyuan.png'),
'xiejiaorenyuan': require('../../../../../assets/img/shuju/fiveLayer/xiejiaorenyuan.png'),
'zhaoshizhaohuojingshenbing': require('../../../../../assets/img/shuju/fiveLayer/zhaoshizhaohuojingshenbing.png'),
}, },
iconArrays: [], iconArrays: [],
overlay: null, overlay: null,

Loading…
Cancel
Save