feat(@vben/web-antd): add finance cost management pages

This commit is contained in:
2026-03-04 15:58:42 +08:00
parent 15d4272d1f
commit d3e32c9e8f
26 changed files with 2819 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/**
* 文件职责:成本管理页面基础容器样式。
*/
.page-finance-cost {
.ant-card {
border: 1px solid #f0f0f0;
border-radius: 10px;
}
}
.fc-page {
display: flex;
flex-direction: column;
gap: 14px;
}
.fc-empty {
padding: 36px 0;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 10px;
}