update:更新样式

This commit is contained in:
2021-09-09 13:06:10 +08:00
parent ea7af395f3
commit df7c7050de
8 changed files with 284 additions and 229 deletions

View File

@@ -1,7 +1,8 @@
import Vue from 'vue'
import { Form, FormItem, Button } from 'element-ui'
import { Form, FormItem, Button, Card } from 'element-ui'
Vue.use(Form)
Vue.use(FormItem)
Vue.use(Button)
Vue.use(Button)
Vue.use(Card)