19 lines
297 B
Plaintext
19 lines
297 B
Plaintext
/**
|
|
* 文件职责:到账查询页面基础容器样式。
|
|
*/
|
|
.page-finance-settlement {
|
|
.ant-card {
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
.fst-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
}
|
|
|
|
.fst-mono {
|
|
font-family: ui-monospace, sfmono-regular, menlo, consolas, monospace;
|
|
}
|