diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss index 3d98da64a..7513811f7 100644 --- a/nezha-fronted/src/assets/css/common/tableCommon.scss +++ b/nezha-fronted/src/assets/css/common/tableCommon.scss @@ -461,7 +461,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%;