style:panel样式调整

This commit is contained in:
wangwenrui
2021-02-22 16:26:50 +08:00
parent 62b4c6114b
commit f9632eeaca
2 changed files with 5 additions and 5 deletions

View File

@@ -846,9 +846,6 @@
.box-content {
position: relative;
min-height: 100%;
.show-top:last-child{
margin-bottom: 50px;
}
}
/* end-chart list*/
@@ -1050,4 +1047,8 @@
}
}
</style>
<style>
.box-content .show-top .chartBox:last-child{
margin-bottom: 50px !important;
}
</style>