style:panel样式调整
This commit is contained in:
@@ -510,7 +510,6 @@
|
||||
}]
|
||||
break;
|
||||
case 'last':
|
||||
console.log(last)
|
||||
result=last;
|
||||
result = [{
|
||||
element:result.element,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user