feat: 新增财务交易流水模块页面与接口

This commit is contained in:
2026-03-04 11:03:37 +08:00
parent 645a3beb47
commit 1e141d3ce0
23 changed files with 2703 additions and 0 deletions

View File

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