diff --git a/nezha-fronted/src/assets/css/common.scss b/nezha-fronted/src/assets/css/common.scss index b892b5395..9f7e83e67 100644 --- a/nezha-fronted/src/assets/css/common.scss +++ b/nezha-fronted/src/assets/css/common.scss @@ -395,6 +395,9 @@ td .nz-icon-gear:before{ content: "\e6ad"; } .el-table__header-wrapper { + table{ + background-color: $--background-color-empty !important; + } th{ border-right-color: transparent !important; }