feat(@vben/web-antd): add finance settlement page module

This commit is contained in:
2026-03-04 15:52:25 +08:00
parent 15d4272d1f
commit 4690ccdd9d
21 changed files with 1705 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/**
* 文件职责:到账查询页面基础容器样式。
*/
.page-finance-settlement {
.ant-card {
border-radius: 10px;
}
}
.fst-page {
display: flex;
flex-direction: column;
gap: 12px;
}
.fst-mono {
font-family: ui-monospace, sfmono-regular, menlo, consolas, monospace;
}