From c317cf04558127bce04d202a03ff0beb94cf1e28 Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 21 Jul 2023 14:38:02 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3007=20fix=EF=BC=9A=E4=B8=8A=E6=BB=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E5=88=86=E7=BB=84=E7=BB=84=E4=BB=B6=20?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common/tableCommon.scss | 2 +- .../src/assets/css/components/common/bottomBox/bottomBox.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss index 16b8dacd8..0cd608dfd 100644 --- a/nezha-fronted/src/assets/css/common/tableCommon.scss +++ b/nezha-fronted/src/assets/css/common/tableCommon.scss @@ -459,7 +459,7 @@ bottom: 0px; height: 48px; z-index: 1; - width: calc(100% - 20px); + width: 100%; } } .explore-split-box{ diff --git a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss index d32419182..f90014c62 100644 --- a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss +++ b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss @@ -29,7 +29,7 @@ background-color: $--background-color-empty; } .pagination-bottom { - bottom: 8px; + bottom: 0px; } & > .nz-table-list { height: 100%;