feat(@vben/web-antd): implement finance business report module

This commit is contained in:
2026-03-04 16:45:14 +08:00
parent 15d4272d1f
commit 871458e520
23 changed files with 2128 additions and 157 deletions

View File

@@ -0,0 +1,14 @@
/**
* 文件职责:经营报表页面基础容器样式。
*/
.page-finance-report {
.ant-card {
border-radius: 10px;
}
}
.frp-page {
display: flex;
flex-direction: column;
gap: 12px;
}