CN-497 feat: dns dashboard整屏滚动

This commit is contained in:
chenjinsong
2022-04-25 14:27:36 +08:00
parent 01760c28a4
commit 9d37cc29cd
7 changed files with 180 additions and 498 deletions

View File

@@ -1,5 +1,4 @@
.cn-panel2 {
position: relative;
.panel__time {
position: absolute;
right: 10px;
@@ -10,6 +9,7 @@
margin-left: 10px;
}
}
position: relative;
.chart-list {
&>.vue-grid-layout>.vue-grid-item, &>.dns-screen {
&>.panel-chart {
@@ -495,7 +495,18 @@
}
}
}
.cn-panel2__whole-screen {
height: calc(100vh - 50px);
width: 100%;
padding: 20px 10px 0 10px;
transition: .2s all linear;
opacity: 1;
}
.cn-panel2__whole-screen.cn-panel2__whole-screen--collapse {
height: 0 !important;
padding-top: 0;
opacity: 0;
}
.entity-detail-tool {
display: flex;
justify-content: space-between;