Browse Source

修改全局elmessage提示样式

jwyu 3 năm trước cách đây
mục cha
commit
4ce1796c5b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -6,4 +6,7 @@
 </template>
 
 <style lang="less">
+.el-message{
+  min-width: 250px !important;
+}
 </style>