feat(@vben/web-antd): add finance cost management pages
This commit is contained in:
22
apps/web-antd/src/views/finance/cost/styles/base.less
Normal file
22
apps/web-antd/src/views/finance/cost/styles/base.less
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* 文件职责:成本管理页面基础容器样式。
|
||||
*/
|
||||
.page-finance-cost {
|
||||
.ant-card {
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.fc-empty {
|
||||
padding: 36px 0;
|
||||
background: #fff;
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user