Files
openim-admin/src/components/SelectUserTable/style.less
2025-11-06 16:39:18 +08:00

16 lines
252 B
Plaintext

.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;
}
}
}