fix: 微信浏览器打开部分样式问题修复

This commit is contained in:
dataeaseShu 2023-01-31 17:49:05 +08:00
parent f50ff84571
commit 0aca4fdf79

View File

@ -1751,4 +1751,12 @@ div:focus {
.el-tree-node__label {
color: var(--deTextPrimary, #1F2329) !important;
}
}
.el-pagination__editor.el-input .el-input__inner {
line-height: 28px !important;
}
.el-table__fixed-right::before {
display: none;
}