feat(@vben/web-antd): implement finance business report module
This commit is contained in:
14
apps/web-antd/src/views/finance/report/styles/base.less
Normal file
14
apps/web-antd/src/views/finance/report/styles/base.less
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 文件职责:经营报表页面基础容器样式。
|
||||
*/
|
||||
.page-finance-report {
|
||||
.ant-card {
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.frp-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user