CN-430 DNS Dashboard添加满屏翻页效果

This commit is contained in:
hyx
2022-04-13 20:34:43 +08:00
parent 3f0181de1e
commit 0bf3534f0d
6 changed files with 68 additions and 13 deletions

View File

@@ -65,7 +65,7 @@
}
}
}
.cn-panel2 .chart-list > .vue-grid-layout > .vue-grid-item > .panel-chart .chart-header {
.cn-panel2 .chart-list > .vue-grid-layout > .vue-grid-item > .panel-chart .chart-header,.cn-panel2 .chart-list > .dns-screen> .panel-chart .chart-header {
border-bottom: 1px solid $--right-box-border-color;
}
.cn-panel2 .chart-list > .vue-grid-layout > .vue-grid-item > .panel-chart .chart-header.is-group-collapse {

View File

@@ -11,7 +11,7 @@
}
}
.chart-list {
&>.vue-grid-layout>.vue-grid-item {
&>.vue-grid-layout>.vue-grid-item, &>.dns-screen {
&>.panel-chart {
border: 1px solid $--chart-box-border-color;
background-color: #FFFFFF;