fix: dashboard card alignment

This commit is contained in:
wangruidong
2024-05-23 18:14:53 +08:00
committed by w940853815
parent b8025ae5bb
commit f7ab833cb8
3 changed files with 16 additions and 15 deletions

View File

@@ -114,7 +114,7 @@ export default {
}
.box {
margin-top: 16px;
margin-top: 10px;
padding: 20px;
background: #fff;

View File

@@ -104,7 +104,7 @@ export default {
padding: 26px 0 10px;
& >>> .echarts {
width: 100% !important;
height: 272px !important;
height: 278px !important;
}
}

View File

@@ -234,8 +234,9 @@ export default {
<style lang="scss" scoped>
.echarts {
width: 100%;
height: 266px;
height: 272px;
}
@media print {
.disabled-when-print {
display: none;