通过CSS控制解决elementUI只显示一个message提示框的问题。
/* reset elementUI message */
.el-message {
top: 20px !important;
}
.el-message:not(:last-child) {
visibility: hidden;
}
本文来自博客园,作者:秋风2016,转载请注明原文链接:https://www.cnblogs.com/lml2017/p/14178520.html
/* reset elementUI message */
.el-message {
top: 20px !important;
}
.el-message:not(:last-child) {
visibility: hidden;
}
本文来自博客园,作者:秋风2016,转载请注明原文链接:https://www.cnblogs.com/lml2017/p/14178520.html