This commit is contained in:
lgp
2025-11-06 16:39:18 +08:00
commit 3f4186e19d
186 changed files with 43990 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.send_user_table {
background: #fff;
.search_input {
width: 300px;
background-color: #f6f6f6;
}
:global {
.ant-table-thead > tr > th {
background: #fff;
}
.ant-pro-card {
box-shadow: none !important;
}
}
}