feat(finance): 实现发票管理页面与子页面

This commit is contained in:
2026-03-04 15:58:08 +08:00
parent e0bef7259a
commit 0c7adc149b
28 changed files with 3323 additions and 158 deletions

View File

@@ -0,0 +1,24 @@
/**
* 文件职责:发票管理页面基础样式。
*/
.page-finance-invoice {
.ant-card {
border-radius: 10px;
}
}
.fi-page {
display: flex;
flex-direction: column;
gap: 12px;
}
.fi-tab-panel {
display: flex;
flex-direction: column;
gap: 12px;
}
.fi-mono {
font-family: ui-monospace, sfmono-regular, menlo, consolas, monospace;
}