修改测试问题

This commit is contained in:
guanj
2026-06-11 20:27:37 +08:00
parent bda7373133
commit 1a09c31669
61 changed files with 3393 additions and 2406 deletions

View File

@@ -45,7 +45,7 @@ const initChart = () => {
color: '#000',
textStyle: {
color: '#000',
fontSize: '18'
fontSize: '15'
},
// },
...(props.options?.title || null)
@@ -108,14 +108,14 @@ const initChart = () => {
bottom: '20px',
end: 100,
filterMode: 'none'
filterMode: 'filter'
},
{
start: 0,
height: 13,
bottom: '20px',
end: 100,
filterMode: 'none'
filterMode: 'filter'
}
// {
// show: true,

View File

@@ -684,7 +684,7 @@ const initWave = (
align: 'left'
},
textStyle: {
fontSize: '16px',
fontSize: '14px',
color: props.DColor ? '#000' : echartsColor.WordColor
}
},
@@ -809,13 +809,15 @@ const initWave = (
height: 13,
start: 0,
bottom: '20px',
end: 100
end: 100,
filterMode: 'filter'
},
{
start: 0,
height: 13,
bottom: '20px',
end: 100
end: 100,
filterMode: 'filter'
}
],
series: [
@@ -1027,7 +1029,7 @@ const drawPics = (
left: 'center',
text: '', //titlename || title,
textStyle: {
fontSize: '16px',
fontSize: '15px',
color: props.DColor ? '#000' : echartsColor.WordColor
}
},

View File

@@ -448,7 +448,7 @@ const initWave = (
left: 'center',
text: titleText,
textStyle: {
fontSize: '16px',
fontSize: '14px',
color: props.DColor ? '#000' : echartsColor.WordColor
}
},
@@ -565,13 +565,15 @@ const initWave = (
height: 13,
start: 0,
bottom: '20px',
end: 100
end: 100,
filterMode: 'filter'
},
{
start: 0,
height: 13,
bottom: '20px',
end: 100
end: 100,
filterMode: 'filter'
}
],
series: [