标签:组件 conf The pre 按钮组 dex 一个 按钮 color
引入 Element 时,可以传入一个全局配置对象。该对象目前支持 size
与 zIndex
字段
Vue.use(ElementUI, { size: ‘small‘, zIndex: 3000 })
import Vue from ‘vue‘ import ElementUI from ‘element-ui‘ import ‘element-ui/lib/theme-chalk/index.css‘; import App from ‘./App.vue‘ import ‘./assets/css/main.css‘ import router from ‘./router/index‘ import store from ‘./store/store‘ import axios from ‘axios‘ Vue.config.productionTip = false Vue.use(ElementUI, { size: ‘small‘, zIndex: 3000 })
标签:组件 conf The pre 按钮组 dex 一个 按钮 color
原文地址:https://www.cnblogs.com/theblogs/p/13237347.html