Merge pull request #4431 from dataease/pr@dev_memory_component

Pr@dev memory component
This commit is contained in:
dataeaseShu 2023-01-31 17:58:46 +08:00 committed by GitHub
commit 89a9225069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}