Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
5c4175fb9842fea91e12d522d6f4868b4af9daff
Authored by
fengwotao
2023-04-07 11:43:39 +0800
1 parent
6819a9db
perf(external/Composes): 调整大标题2默认高度和字体大小
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/packages/components/external/Composes/HeadCombinations/LeftCenterRightHeadAnimat/config.ts
src/packages/components/external/Composes/HeadCombinations/LeftCenterRightHeadAnimat/index.vue
src/packages/components/external/Composes/HeadCombinations/LeftCenterRightHeadAnimat/config.ts
View file @
5c4175f
...
...
@@ -11,10 +11,10 @@ export const option = {
11
11
y: 0,
12
12
w: 1920,
13
13
h: 100,
14
-
size:
2
0,
14
+
size:
4
0,
15
15
textPos:{
16
16
x: 50,
17
-
y:
1
0,
17
+
y:
3
0,
18
18
},
19
19
gradient: {
20
20
from: '#0000FFFF',
...
...
src/packages/components/external/Composes/HeadCombinations/LeftCenterRightHeadAnimat/index.vue
View file @
5c4175f
...
...
@@ -66,7 +66,7 @@ const props = defineProps({
66
66
67
67
//修改默认宽高
68
68
props.chartConfig.attr.w=1920
69
-
props.chartConfig.attr.h=1
8
0
69
+
props.chartConfig.attr.h=1
3
0
70
70
71
71
const { w, h } = toRefs(props.chartConfig.attr)
72
72
...
...