style: 实体详情页面边框错误问题

This commit is contained in:
@changcode
2022-04-29 15:31:54 +08:00
parent e2d545f849
commit 9af61333bc

View File

@@ -36,6 +36,20 @@
display: flex;
flex-direction: row;
.cn-panel2 .chart-list {
.vue-grid-layout .vue-grid-item {
.panel-chart-group.panel-chart {
.panel-chart {
border: none;
box-shadow: none;
.chart-header {
border: none;
}
}
}
}
}
.entity-detail__menu {
flex: 0 0 240px;
display: flex;
@@ -85,19 +99,6 @@
height: calc(100% - 47px) !important;
}
}
.chart-list {
.vue-grid-layout .vue-grid-item {
.panel-chart-group.panel-chart {
.panel-chart {
border: none;
box-shadow: none;
.chart-header {
border: none;
}
}
}
}
}
}
}
}