feat: 完成券商和用户管理

This commit is contained in:
R524809
2026-01-07 16:21:16 +08:00
parent 712f66b725
commit 457ba6d765
33 changed files with 2851 additions and 177 deletions
+38
View File
@@ -0,0 +1,38 @@
.broker-page {
padding: 0;
}
.broker-search-form {
margin-bottom: 16px;
}
.broker-search-form .ant-form-item {
margin-bottom: 16px;
}
.broker-action-bar {
margin-bottom: 16px;
display: flex;
justify-content: flex-end;
}
/* 表格样式优化 */
.broker-page .ant-table {
background: #fff;
}
.broker-page .ant-table-thead > tr > th {
background: #fafafa;
font-weight: 600;
}
/* 响应式 */
@media (max-width: 768px) {
.broker-search-form .ant-form-item {
margin-bottom: 12px;
}
.broker-action-bar {
margin-bottom: 12px;
}
}