fix: 修复列表页面底部滚动条与表格之间有空白间隙的bug

This commit is contained in:
xiaojunnuo
2026-04-24 00:04:42 +08:00
parent ab4373b26e
commit 71cfcad2a1
5 changed files with 26 additions and 18 deletions
@@ -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);
}
}
}
}