feat: 新增财务交易流水模块页面与接口
This commit is contained in:
18
apps/web-antd/src/views/finance/transaction/styles/base.less
Normal file
18
apps/web-antd/src/views/finance/transaction/styles/base.less
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user