- table无限抖动
// https://blog.iwnweb.com/kai-fa/infinite-jitter-of-element-ui-table-and-its-solution/
.el-table{
width:99.9% !important;
}
- table不对齐
body .el-table th.gutter {
display: table-cell !important;
}
- messageBox移动端宽度超屏
.el-message-box {
max-width: 90%;
}
网友评论