From e5cd37f56567a800c78eae86c11de98f5cdd8dec Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期日, 29 十一月 2020 21:38:04 +0800 Subject: [PATCH] 调整左侧目录树及滚动条的宽度 --- src/pages/cameraAccess/index/main.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/cameraAccess/index/main.ts b/src/pages/cameraAccess/index/main.ts index 1cdf154..36c7ac2 100644 --- a/src/pages/cameraAccess/index/main.ts +++ b/src/pages/cameraAccess/index/main.ts @@ -1,4 +1,6 @@ import Vue from "vue"; +import App from './App.vue'; + import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; import "@/assets/css/element-variables.scss"; @@ -10,7 +12,6 @@ import moment from 'moment'; import Mixin from "./mixins"; -import App from './App.vue'; Vue.prototype.$moment = moment; Vue.use(ElementUI); Vue.use(ToggleButton); -- Gitblit v1.8.0