fix:[FL-149][去掉ant-pagination默认margin-bottom:16px]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-17 14:50:17 +08:00
parent cbf4408e05
commit 8e4d0fffa3
+4
View File
@@ -324,3 +324,7 @@ body {
animation: none;
}
}
.ant-pagination {
margin-bottom: 0 !important;
}