25 lines
361 B
Plaintext
25 lines
361 B
Plaintext
/**
|
|
* 文件职责:发票管理页面基础样式。
|
|
*/
|
|
.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;
|
|
}
|