fix: 修复详情页面样式与原型图不统一

This commit is contained in:
@changcode
2022-02-07 13:52:49 +08:00
parent c22d501f55
commit 5d277849d6
2 changed files with 15 additions and 1 deletions

View File

@@ -74,6 +74,20 @@
&>.cn-entity-detail .entity-detail__body>.cn-panel {
background-color: white;
}
&>.cn-entity-detail .entity-detail__body>.cn-panel2 {
.chart-list {
.vue-grid-layout .vue-grid-item {
.panel-chart-group.panel-chart {
.panel-chart {
border: none;
.chart-header {
border: none;
}
}
}
}
}
}
}
}
}