feat: dashboard定义

This commit is contained in:
chenjinsong
2022-07-06 21:08:12 +08:00
parent 05cc86a3f2
commit ebd9727178
21 changed files with 290 additions and 34 deletions

View File

@@ -0,0 +1,25 @@
.panel-box {
height: calc(100% - 20px);
.panel__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
padding: 0 20px 20px;
.panel__title {
font-size: 20px;
color: #353636;
}
.panel__time {
display: flex;
}
}
.chart-list {
height: calc(100% - 46px);
overflow: auto;
&>.vue-grid-layout {
margin-top: -20px;
}
}
}