修改页面去掉全屏

This commit is contained in:
2026-03-14 13:20:03 +08:00
parent aae3b2c020
commit 250291c7ac
6 changed files with 10 additions and 10 deletions

View File

@@ -354,7 +354,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
barGap: '30%',
barCategoryGap: '20%',
label: barLabelConfig,
@@ -383,7 +383,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
label: barLabelConfig,
yAxisIndex: 0,
emphasis: {

View File

@@ -361,7 +361,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
barGap: '30%',
barCategoryGap: '20%',
label: barLabelConfig,
@@ -390,7 +390,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
label: barLabelConfig,
yAxisIndex: 0,
emphasis: {

View File

@@ -406,7 +406,7 @@ const initChart = () => {
type: 'bar',
data: netProfitData,
yAxisIndex: 0,
barWidth: 10,
barWidth: '12%',
barGap: '10%',
barCategoryGap: '20%',
itemStyle: {

View File

@@ -370,7 +370,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
barGap: '30%',
barCategoryGap: '20%',
label: barLabelConfig,
@@ -399,7 +399,7 @@ const initChart = () => {
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: 0.5
},
barWidth: 12,
barWidth: '12%',
label: barLabelConfig,
yAxisIndex: 0,
emphasis: {

View File

@@ -205,7 +205,7 @@ const initChart = () => {
name: '支出金额',
type: 'bar',
data: amountData,
barWidth: 12,
barWidth: '12%',
itemStyle: {
borderRadius: [0, 4, 4, 0],
color: (params: any) => getRankColorGradient(rankData[params.dataIndex]),

View File

@@ -373,7 +373,7 @@ const initChart = () => {
]),
borderRadius: [6, 6, 0, 0]
},
barWidth: 12,
barWidth: '12%',
barGap: '30%',
barCategoryGap: '20%',
label: barLabelConfig,
@@ -398,7 +398,7 @@ const initChart = () => {
]),
borderRadius: [6, 6, 0, 0]
},
barWidth: 12,
barWidth: '12%',
label: barLabelConfig,
yAxisIndex: 0,
emphasis: {