diff --git a/src/views/plan/EnamellingMachineStatus.vue b/src/views/plan/EnamellingMachineStatus.vue index f12511c..840a2db 100644 --- a/src/views/plan/EnamellingMachineStatus.vue +++ b/src/views/plan/EnamellingMachineStatus.vue @@ -731,6 +731,7 @@ watch(showChart, (newValue) => { padding: 20px; background-color: #f5f7fa; border-radius: 4px; + width: 80vw; } .chart-header { @@ -770,6 +771,6 @@ watch(showChart, (newValue) => { .chart { width: 100%; - height: 350px; + min-height: 350px; } \ No newline at end of file