@@ -166,8 +166,6 @@ export default {
box-sizing: content-box;
text-align: left;
line-height: 40px;
- overflow-x: hidden;
- overflow-y: auto;
.echart {
width: 19rem;
height: 450px;
@@ -197,6 +195,8 @@ export default {
.loadingDiv{
width: 100%;
// height: 100%;
- height: calc(100% - 36px);
+ height: calc(100% - 46px);
+ overflow-x: hidden;
+ overflow-y: auto;
}
</style>