fix
This commit is contained in:
@@ -112,27 +112,27 @@ body {
|
||||
.dark {
|
||||
@apply bg-gray-900;
|
||||
|
||||
.ant-card {
|
||||
background: #1f1f1f;
|
||||
// .ant-card {
|
||||
// background: #1f1f1f;
|
||||
|
||||
.ant-card-head {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
border-bottom-color: #303030;
|
||||
}
|
||||
}
|
||||
// .ant-card-head {
|
||||
// color: rgba(255, 255, 255, 0.85);
|
||||
// border-bottom-color: #303030;
|
||||
// }
|
||||
// }
|
||||
|
||||
.ant-table {
|
||||
background: #1f1f1f;
|
||||
// .ant-table {
|
||||
// background: #1f1f1f;
|
||||
|
||||
.ant-table-thead>tr>th {
|
||||
background: #141414;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
// .ant-table-thead>tr>th {
|
||||
// background: #141414;
|
||||
// color: rgba(255, 255, 255, 0.85);
|
||||
// }
|
||||
|
||||
.ant-table-tbody>tr>td {
|
||||
border-bottom: 1px solid #303030;
|
||||
}
|
||||
}
|
||||
// .ant-table-tbody>tr>td {
|
||||
// border-bottom: 1px solid #303030;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
// Statistics card styles
|
||||
|
||||
Reference in New Issue
Block a user