feat: 订单列表

This commit is contained in:
2025-10-16 16:32:59 +08:00
parent a5b7207f44
commit 3c7473f8d1
48 changed files with 1917 additions and 624 deletions

View File

@@ -92,3 +92,25 @@ ol {
}
}
}
.page-container {
background: #fff;
width: 100%;
height: 100%;
padding: 16px;
border-radius: 8px;
.ant-tabs {
.ant-pro-query-filter-container {
form {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
}
.ant-pro-table {
.ant-pro-card-body {
padding: 0px;
}
}
}
}