From c59f08484ca67884fbd52cae159c2cd973da1333 Mon Sep 17 00:00:00 2001 From: likexuan Date: Mon, 5 Sep 2022 14:58:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20alertRuleTable=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/css/components/common/bottomBox/bottomBox.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;