From 4120da64cb01731c1e11792aa2d1f5df6bd80871 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期二, 09 三月 2021 17:12:42 +0800
Subject: [PATCH] 修改问题

---
 src/components/plugin/leaflet-canvas-markers.js                 |    2 +-
 src/components/LayerController/modules/LcServiceLayerFilter.vue |    1 +
 package.json                                                    |    1 +
 src/components/LayerController/modules/LcServiceLayer.vue       |    1 +
 4 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 98809aa..1e6e4b7 100644
--- a/package.json
+++ b/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",
diff --git a/src/components/LayerController/modules/LcServiceLayer.vue b/src/components/LayerController/modules/LcServiceLayer.vue
index 4b095d2..b86a7e6 100644
--- a/src/components/LayerController/modules/LcServiceLayer.vue
+++ b/src/components/LayerController/modules/LcServiceLayer.vue
@@ -106,6 +106,7 @@
         }
 
         .wms-panel {
+            width: 250px;
             display: flex;
             flex-flow: column;
 
diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index 28d5521..a108102 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -73,6 +73,7 @@
 
 <style scoped lang="less">
     .inner-panel {
+        width: 500px;
         color: #90c8e0;
         font-size: 13px;
 
diff --git a/src/components/plugin/leaflet-canvas-markers.js b/src/components/plugin/leaflet-canvas-markers.js
index b79ae38..1205ea8 100644
--- a/src/components/plugin/leaflet-canvas-markers.js
+++ b/src/components/plugin/leaflet-canvas-markers.js
@@ -1,4 +1,4 @@
-
+/* eslint-disable */
 'use strict';
 
 (function (root, factory) {

--
Gitblit v1.8.0