fix the issue of waring when building (#6311)

This commit is contained in:
Hoang Nguyen 2022-04-25 19:14:17 +07:00 committed by GitHub
parent 6471f8418a
commit a0ee0dcd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -209,19 +209,19 @@ export default {
margin-bottom: 12px;
}
/deep/ .ant-table-thead {
:deep(.ant-table-thead) {
background-color: #f9f9f9;
}
/deep/ .ant-table-small > .ant-table-content > .ant-table-body {
:deep(.ant-table-small) > .ant-table-content > .ant-table-body {
margin: 0;
}
/deep/ .light-row {
:deep(.light-row) {
background-color: #fff;
}
/deep/ .dark-row {
:deep(.dark-row) {
background-color: #f9f9f9;
}
.metric-card {