浏览代码

修改全局elmessage提示样式

jwyu 3 年之前
父节点
当前提交
4ce1796c5b
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>