优化数据看板图表排列

This commit is contained in:
刘祥超
2023-10-30 11:30:51 +08:00
parent 6b3033e240
commit 9a9e0d25f3
10 changed files with 130 additions and 53 deletions

View File

@@ -47,4 +47,19 @@
display: inline;
}
}
}
.grid.chart-grid {
margin-top: 1em!important;
margin-left: 0.4em !important;
.column {
margin-bottom: 1em;
border: 1px rgba(0, 0, 0, .1) solid;
border-right: 0;
}
.column.with-border {
border-right: 1px rgba(0, 0, 0, .1) solid;
}
}