fix : MIB browser 请求成功后,表头右侧多余th

This commit is contained in:
likexuan
2022-08-30 15:13:08 +08:00
parent c63fa7bf99
commit b22e735d9c

View File

@@ -233,7 +233,7 @@
} }
.plTableBox.mib-browser-table{ .plTableBox.mib-browser-table{
.el-table:not(.chart-table) .gutter{ .el-table:not(.chart-table) .gutter{
right: 53px !important; right: 65px !important;
height: 40px !important; height: 40px !important;
} }
} }