CN-1293 fix:Administration> Operation Log页面,仅保留ID一列时,表格样式异常
This commit is contained in:
@@ -64,6 +64,12 @@
|
||||
.data-click:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
.el-table__header {
|
||||
width:100%;
|
||||
}
|
||||
.el-table__body {
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
.dns-in-ex {
|
||||
display: flex;
|
||||
@@ -103,8 +109,12 @@
|
||||
.data-click:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
.el-table__header {
|
||||
width:100%;
|
||||
}
|
||||
.el-table__body {
|
||||
height:100%;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
.tab-table__no-bottom {
|
||||
|
||||
Reference in New Issue
Block a user