mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
fix: 修复列表页面底部滚动条与表格之间有空白间隙的bug
This commit is contained in:
@@ -73,13 +73,11 @@
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.fs-crud-table {
|
||||
.ant-table-body {
|
||||
height: 60vh;
|
||||
table {
|
||||
}
|
||||
}
|
||||
}
|
||||
// .fs-crud-table {
|
||||
// .ant-table-body {
|
||||
// height:60vh;
|
||||
// }
|
||||
// }
|
||||
|
||||
body a {
|
||||
color: #1890ff;
|
||||
@@ -142,4 +140,5 @@ button.ant-btn.ant-btn-default.isPlus{
|
||||
color: rgba(233, 233, 233, 0.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user