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