Commit 12012e3b authored by Pan's avatar Pan Committed by 花裤衩

perf

No related merge requests found
...@@ -9,8 +9,3 @@ export default { ...@@ -9,8 +9,3 @@ export default {
name: 'app' name: 'app'
} }
</script> </script>
<style lang="scss">
// @import '~normalize.css/normalize.css';// normalize.css 样式格式化
@import './styles/index.scss'; // 全局自定义的css样式
</style>
import Vue from 'vue' import Vue from 'vue'
import 'normalize.css/normalize.css'// A modern alternative to CSS resets
import ElementUI from 'element-ui' import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css' import 'element-ui/lib/theme-chalk/index.css'
import locale from 'element-ui/lib/locale/lang/en' import locale from 'element-ui/lib/locale/lang/en'
import '@/styles/index.scss' // global css
import App from './App' import App from './App'
import router from './router' import router from './router'
import store from './store' import store from './store'
import '@/icons' // icon import '@/icons' // icon
import '@/permission' // 权限 import '@/permission' // permission control
Vue.use(ElementUI, { locale }) Vue.use(ElementUI, { locale })
......
//覆盖一些element-ui样式 覆盖css样式可在这里添加 //to reset element-ui default css
.el-upload { .el-upload {
input[type="file"] { input[type="file"] {
display: none !important; display: none !important;
......
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