Files
TakeoutSaaS.TenantUI/apps/web-antd/src/views/finance/cost/styles/base.less

23 lines
339 B
Plaintext

/**
* 文件职责:成本管理页面基础容器样式。
*/
.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;
}