This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new a0ee0dcd8a fix the issue of waring when building (#6311)
a0ee0dcd8a is described below
commit a0ee0dcd8aa8e5da6ad1a5297538a71145d56400
Author: Hoang Nguyen <[email protected]>
AuthorDate: Mon Apr 25 19:14:17 2022 +0700
fix the issue of waring when building (#6311)
---
ui/src/views/infra/Metrics.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ui/src/views/infra/Metrics.vue b/ui/src/views/infra/Metrics.vue
index 5cd614472e..a970dbb8b0 100644
--- a/ui/src/views/infra/Metrics.vue
+++ b/ui/src/views/infra/Metrics.vue
@@ -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 {