loulijun2021
2022-06-26 0d86c19b122011dc528c624597b0952660d69aba
src/main.js
@@ -37,6 +37,14 @@
// 导入全局样式表
import './styles/global.css'
import { getGlobalColor, headerCellStyle, cellStyle } from './utils/global.js'
Vue.prototype.$getGlobalColor = getGlobalColor().globalColor // 设置全局颜色
Vue.prototype.$headerCellStyle = headerCellStyle() // 设置全局表头样式
Vue.prototype.$cellStyle = cellStyle() // 设置全局表体样式
// import 'lib-flexible' // 阿里可伸缩布局方案
// import 'lib-flexible-computer'
new Vue({
  el: '#app',