feat: new page

This commit is contained in:
2026-01-21 15:07:11 +08:00
parent 607b292f36
commit 502c236b0d
31 changed files with 2730 additions and 186 deletions

View File

@@ -0,0 +1,20 @@
.sales {
:global {
.ant-pro-card-body {
padding: 16px !important;
}
.ant-pro-card-size-small {
.ant-pro-card-header {
background: rgba(0, 0, 0, 0.02);
min-height: 41px;
}
.ant-form-item {
margin-bottom: 0;
}
.ant-pro-card-col {
flex: 1 auto;
overflow: auto;
}
}
}
}