儿科患者端

This commit is contained in:
@zuopngfei 2025-07-03 18:22:21 +08:00
parent 2044c8af84
commit dcc99e9591

View File

@ -226,7 +226,7 @@ Page({
canvas.setChart(chart);
chart.setOption({
title: { text: '', left: 'left', fontSize: 6 },
grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' },
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
tooltip: {
show: true,
trigger: 'axis',
@ -285,7 +285,7 @@ Page({
canvas.setChart(chart);
chart.setOption({
title: { text: '', left: 'left', fontSize: 6 },
grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' },
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
tooltip: {
show: true,
trigger: 'axis',