Explorar el Código

修改全局elmessage提示样式

jwyu hace 3 años
padre
commit
4ce1796c5b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>