Commit 5c4175fb9842fea91e12d522d6f4868b4af9daff

Authored by fengwotao
1 parent 6819a9db

perf(external/Composes): 调整大标题2默认高度和字体大小

... ... @@ -11,10 +11,10 @@ export const option = {
11 11 y: 0,
12 12 w: 1920,
13 13 h: 100,
14   - size: 20,
  14 + size: 40,
15 15 textPos:{
16 16 x: 50,
17   - y: 10,
  17 + y: 30,
18 18 },
19 19 gradient: {
20 20 from: '#0000FFFF',
... ...
... ... @@ -66,7 +66,7 @@ const props = defineProps({
66 66
67 67 //修改默认宽高
68 68 props.chartConfig.attr.w=1920
69   -props.chartConfig.attr.h=180
  69 +props.chartConfig.attr.h=130
70 70
71 71 const { w, h } = toRefs(props.chartConfig.attr)
72 72
... ...