From 0aca4fdf79801cbf5d2c9ae096a828ba7a71e5e3 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:49:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=89=93=E5=BC=80=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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