Commit 99bf52245055761e1faa0f293cbedd538fc8b5cd

Authored by fengwotao
1 parent 0e53ffe7

perf(external/HeadCombinations/LeftCenterRightHead): 移除默认值

... ... @@ -48,12 +48,6 @@ let newData = ref('2021-2-3 08:00:00')
48 48
49 49 let timer: any = null
50 50
51   -//默认设置宽高距离位置
52   -props.chartConfig.attr.w = 1920
53   -props.chartConfig.attr.h = 148
54   -props.chartConfig.attr.x = 0
55   -props.chartConfig.attr.y = 0
56   -
57 51 watch(
58 52 () => props.chartConfig.option,
59 53 (newData: any) => {
... ...