This commit is contained in:
2022-07-16 11:41:46 +08:00
parent a20cdd38f9
commit 5a7195c580
18 changed files with 1182 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ Vue.use(dict)
// 全局设置控件样式https://codeantenna.com/a/0IN5FMJk5h
Element.Table.props.border = { type: Boolean, default: true }
Element.TableColumn.props.align = { type: String, default: 'center' }
Vue.use(Element, {
size: Cookies.get('size') || 'mini' // set element-ui default size
})