style: 实体详情页面边框错误问题
This commit is contained in:
@@ -36,6 +36,20 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
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 {
|
.entity-detail__menu {
|
||||||
flex: 0 0 240px;
|
flex: 0 0 240px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -85,19 +99,6 @@
|
|||||||
height: calc(100% - 47px) !important;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user