Browse Source

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

冷冷 5 năm trước cách đây
mục cha
commit
8609dcce71
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main.js

+ 2 - 2
src/main.js

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