fix : alertRuleTable 表格表头样式修改

This commit is contained in:
likexuan
2022-09-05 14:58:18 +08:00
parent 5ea1c65e79
commit c59f08484c

View File

@@ -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;