@@ -203,6 +203,7 @@ export default {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
+ padding-right: 10px;
line-height: 40px;
.downloadDiv {
.xmmc {
@@ -225,7 +226,7 @@ export default {
.echars {
margin-bottom: 10px;
.echartTitle {
- width: calc(100% - 10px);
+ width: 100%;
height: 40px;
display: flex;
justify-content: space-between;