CN-1293 Administration> Operation Log页面,仅保留ID一列时,表格样式异常

This commit is contained in:
hyx
2023-09-25 11:42:56 +08:00
parent 85bf0c7137
commit 6d22e13343

View File

@@ -65,10 +65,10 @@
cursor: pointer;
}
.el-table__header {
width:100%;
width:100% !important;
}
.el-table__body {
width:100%;
width:100% !important;
}
}
.dns-in-ex {
@@ -110,11 +110,11 @@
cursor: pointer;
}
.el-table__header {
width:100%;
width:100% !important;
}
.el-table__body {
height:100%;
width:100%;
width:100% !important;
}
}
.tab-table__no-bottom {