feat(finance): 实现发票管理页面与子页面
This commit is contained in:
24
apps/web-antd/src/views/finance/invoice/styles/base.less
Normal file
24
apps/web-antd/src/views/finance/invoice/styles/base.less
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* 文件职责:发票管理页面基础样式。
|
||||
*/
|
||||
.page-finance-invoice {
|
||||
.ant-card {
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.fi-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.fi-tab-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.fi-mono {
|
||||
font-family: ui-monospace, sfmono-regular, menlo, consolas, monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user