From 620f1f8e31cd69a752e48277570fd30f7b57d1d8 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 26 二月 2021 10:50:23 +0800
Subject: [PATCH] 朔黄检索页面改版,覆盖了一些公共样式,更新字体包

---
 src/pages/analysisPower/index/main.ts |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/pages/analysisPower/index/main.ts b/src/pages/analysisPower/index/main.ts
index f2338fb..f0e4118 100644
--- a/src/pages/analysisPower/index/main.ts
+++ b/src/pages/analysisPower/index/main.ts
@@ -1,9 +1,10 @@
-import Vue from 'vue'
-import ElementUI from 'element-ui'
+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";
 
-import App from './App.vue'
 import ToggleButton from 'vue-js-toggle-button';
 import Mixin from "./mixins";
 

--
Gitblit v1.8.0