feat: dashboard定义
This commit is contained in:
25
src/assets/css/components/views/charts2/panel.scss
Normal file
25
src/assets/css/components/views/charts2/panel.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -85,9 +85,6 @@
|
||||
overflow: auto;
|
||||
background-color: $--content-right-background-color;
|
||||
|
||||
&>.cn-entity-detail .entity-detail__body>.cn-panel {
|
||||
background-color: white;
|
||||
}
|
||||
&>.cn-entity-detail .entity-detail__body>.cn-panel2 {
|
||||
.panel-chart {
|
||||
.chart-header.panel-chart-block {
|
||||
|
||||
Reference in New Issue
Block a user