派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-09 4120da64cb01731c1e11792aa2d1f5df6bd80871
修改问题
4个文件已修改
5 ■■■■ 已修改文件
package.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LayerController/modules/LcServiceLayer.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LayerController/modules/LcServiceLayerFilter.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/plugin/leaflet-canvas-markers.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -14,6 +14,7 @@
  "dependencies": {
    "@jiaminghi/data-view": "^2.10.0",
    "axios": "^0.18.0",
    "babel-polyfill": "^6.26.0",
    "core-js": "^3.6.5",
    "dayjs": "^1.9.6",
    "echarts": "^4.2.1",
src/components/LayerController/modules/LcServiceLayer.vue
@@ -106,6 +106,7 @@
        }
        .wms-panel {
            width: 250px;
            display: flex;
            flex-flow: column;
src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -73,6 +73,7 @@
<style scoped lang="less">
    .inner-panel {
        width: 500px;
        color: #90c8e0;
        font-size: 13px;
src/components/plugin/leaflet-canvas-markers.js
@@ -1,4 +1,4 @@
/* eslint-disable */
'use strict';
(function (root, factory) {