Przeglądaj źródła

修改全局elmessage提示样式

jwyu 3 lat temu
rodzic
commit
4ce1796c5b
1 zmienionych plików z 3 dodań i 0 usunięć
  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>