完善页面

This commit is contained in:
2026-02-04 09:14:37 +08:00
parent 3476c006e6
commit df642813c3
16 changed files with 3376 additions and 322 deletions

View File

@@ -79,8 +79,14 @@ export default {
})
const option = {
grid: { left: 40, right: 20, top: 20, bottom: 40 },
tooltip: { trigger: 'axis' },
grid: { left: 40, right: 20, top: 40, bottom: 40 },
tooltip: {
show: true,
trigger: 'axis',
backgroundColor: 'rgba(255, 255, 255, 0.9)',
textStyle: { color: '#666', fontSize: 12 },
confine: true
},
xAxis: {
type: 'category',
boundaryGap: false,
@@ -95,9 +101,11 @@ export default {
axisLabel: { color: 'rgba(0,0,0,0.45)', fontSize: 10 }
},
series: [{
name: '数据',
data: d,
type: 'line',
smooth: true,
showSymbol: false,
symbolSize: 0,
lineStyle: { width: 2, color: '#1890ff' },
areaStyle: {