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

@@ -510,7 +510,6 @@
}] }]
break; break;
case 'last': case 'last':
console.log(last)
result=last; result=last;
result = [{ result = [{
element:result.element, element:result.element,

View File

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