diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index ba40852ec5..e07bc87886 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -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; } \ No newline at end of file