custom/领悦业务线

This commit is contained in:
lys 2025-09-24 10:02:55 +08:00
parent 6b58735db5
commit 90dbe2a496
2 changed files with 11 additions and 5 deletions

View File

@ -94,13 +94,16 @@ class Content extends Component {
name: pieName,
data: data,
type: "pie",
radius: "60%",
radius: "58%",
avoidLabelOverlap: true,
animation: false,
label: {
formatter: "{b}\n{d}%"
},
labelLine: {
show: true,
normal: {
length: 5,
length: 3,
align: "center"
}
},
@ -118,7 +121,7 @@ class Content extends Component {
render() {
const { columns, dataSource, chartsDataA, chartsDataB, loading, showLeft } = this.state;
return (<WeaLeftRightLayout leftWidth={310} showLeft={showLeft}
return (<WeaLeftRightLayout leftWidth={350} showLeft={showLeft}
onCollapse={v => this.setState({ showLeft: v })}
leftCom={<div className="salaryFileReport_lingyue">
<div className="salaryFileReport_item">

View File

@ -87,13 +87,16 @@ class Content extends Component {
name: pieName,
data: data,
type: "pie",
radius: "60%",
radius: "58%",
avoidLabelOverlap: true,
animation: false,
label: {
formatter: "{b}\n{d}%"
},
labelLine: {
show: true,
normal: {
length: 5,
length: 3,
align: "center"
}
},