style:panel样式调整
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user