From 83944bc2dc0f9953566ed592b298c33fb3dd3f2e Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期六, 13 三月 2021 20:24:56 +0800 Subject: [PATCH] 修改了界面自适应 --- src/main.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 17309bb..f540716 100644 --- a/src/main.js +++ b/src/main.js @@ -8,15 +8,18 @@ import echartsDarkTheme from '@/styles/theme-dark/echarts/theme.json' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' +import './assets/css/map/_map-variable.less' +import './assets/css/map/map-elem-ui.less' import 'leaflet/dist/leaflet.css' import L from 'leaflet' +import '@/utils/dialogDrag.js' Vue.config.productionTip = false Vue.use(ElementUI) Vue.prototype.$cancels = [] Vue.prototype.L = L -// 娉ㄥ唽鎸囦护 +// 娉ㄥ唽鎸囦护7 // registerDirectives(Vue) // 娉ㄥ唽echarts鐨偆 -- Gitblit v1.8.0