16 lines
252 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|