Browse Source

:lipstick: Updating the UI and style files. 统一按钮大小

冷冷 5 years ago
parent
commit
8609dcce71
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main.js

+ 2 - 2
src/main.js

@@ -25,12 +25,12 @@ Vue.use(AvueFormDesign);
 Vue.use(VueAxios, axios)
 Vue.use(VueAxios, axios)
 
 
 Vue.use(ElementUI, {
 Vue.use(ElementUI, {
-  size: 'medium',
+  size: 'small',
   menuType: 'text'
   menuType: 'text'
 })
 })
 
 
 Vue.use(window.AVUE, {
 Vue.use(window.AVUE, {
-  size: 'medium',
+  size: 'small',
   menuType: 'text'
   menuType: 'text'
 })
 })