qianlishi 4 anos atrás
pai
commit
bf1dbeefa7

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetBarlinechart.vue

@@ -439,8 +439,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetFunnel.vue

@@ -245,8 +245,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetGauge.vue

@@ -154,8 +154,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetHollowPiechart.vue

@@ -233,8 +233,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetLinechart.vue

@@ -348,8 +348,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>

+ 0 - 2
report-ui/src/views/report/bigscreen/designer/widget/widgetPiechart.vue

@@ -228,8 +228,6 @@ export default {
 .echarts {
   width: 100%;
   height: 100%;
-  min-width: 200px;
-  min-height: 200px;
   overflow: hidden;
 }
 </style>