wente
2024-08-19 6bae24b32e3196f5e01d4a9fed62a4e51528b809
web/src/views/modules/taskReliability/SimulatCurve.vue
@@ -17,7 +17,7 @@
        mtbf: '',
        msr: '',
        myChart: {},
        myChartStyle: {float: "left", width: "100%", height: "600px"}, //图表样式
        myChartStyle: {float: "left", width: "100%", height: "680px"}, //图表样式
        option: {}
      }
    },
@@ -48,7 +48,7 @@
            padding: 0,//[5,10] | [ 5,6, 7, 8] ,标题内边距
            left: 'center',//'5' | '5%',title 组件离容器左侧的距离
            right: 'auto',//'title 组件离容器右侧的距离
            top: 'auto',//title 组件离容器上侧的距离
            top: '20',//title 组件离容器上侧的距离
            bottom: 'auto',//title 组件离容器下侧的距离
          },
          xAxis: {