Commit 5c4175fb9842fea91e12d522d6f4868b4af9daff
1 parent
6819a9db
perf(external/Composes): 调整大标题2默认高度和字体大小
Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -11,10 +11,10 @@ export const option = { | @@ -11,10 +11,10 @@ export const option = { | ||
| 11 | y: 0, | 11 | y: 0, |
| 12 | w: 1920, | 12 | w: 1920, |
| 13 | h: 100, | 13 | h: 100, |
| 14 | - size: 20, | 14 | + size: 40, |
| 15 | textPos:{ | 15 | textPos:{ |
| 16 | x: 50, | 16 | x: 50, |
| 17 | - y: 10, | 17 | + y: 30, |
| 18 | }, | 18 | }, |
| 19 | gradient: { | 19 | gradient: { |
| 20 | from: '#0000FFFF', | 20 | from: '#0000FFFF', |
| @@ -66,7 +66,7 @@ const props = defineProps({ | @@ -66,7 +66,7 @@ const props = defineProps({ | ||
| 66 | 66 | ||
| 67 | //修改默认宽高 | 67 | //修改默认宽高 |
| 68 | props.chartConfig.attr.w=1920 | 68 | props.chartConfig.attr.w=1920 |
| 69 | -props.chartConfig.attr.h=180 | 69 | +props.chartConfig.attr.h=130 |
| 70 | 70 | ||
| 71 | const { w, h } = toRefs(props.chartConfig.attr) | 71 | const { w, h } = toRefs(props.chartConfig.attr) |
| 72 | 72 |