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 0e5836a82..cdd5128f0 100644 --- a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss +++ b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss @@ -140,6 +140,11 @@ } } } +#alertRuleTable.el-table--border .gutter{ + right: 33px; + height: 40px; + background-color: $--table-header-background-color; +} .sub-list { height: calc(100% - 9px); position: absolute;