19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
/**
|
|
* 文件职责:交易流水页面基础容器样式。
|
|
*/
|
|
.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;
|
|
}
|