15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
/**
|
|
* 文件职责:经营报表页面基础容器样式。
|
|
*/
|
|
.page-finance-report {
|
|
.ant-card {
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
.frp-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
}
|