Commit cbcf3758 authored by 张伯涛's avatar 张伯涛

新皮肤初步调整

parent fa6e1961
......@@ -2,7 +2,7 @@ import Vue from 'vue'
import 'normalize.css/normalize.css' // A modern alternative to CSS resets
import moment from 'moment'
import Element from 'element-ui'
import './utils/rem.js' // 自适应分辨率
// import './utils/rem.js' // 自适应分辨率
// import ElementUI from 'element-ui'
// import './styles/element-variables.scss'
// import locale from 'element-ui/lib/locale/lang/en' // lang i18n
......@@ -23,6 +23,8 @@ if (!storageValue || storageValue === '1') {
import('@/styles/themeE/index.scss')
} else if (storageValue === '6') {
import('@/styles/themeF/index.scss')
} else if (storageValue === '7') {
import('@/styles/themeG/index.scss')
}
import halberd from '@/utils/halberd'
import App from './App'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment