style 详情,开放端口列表样式调整

This commit is contained in:
@changcode
2022-02-14 17:07:06 +08:00
parent 33f43a5478
commit c27891dc21

View File

@@ -6,6 +6,18 @@
.el-table__body-wrapper {
overflow-y: auto;
height: 261px !important;
.el-table__body {
tr td:nth-of-type(1) {
padding-left: 28px;
}
}
}
.el-table__header-wrapper {
.has-gutter {
tr th:nth-of-type(1) {
padding-left: 28px;
}
}
}
}
.el-table--border td{