|
|
@ -675,10 +675,10 @@ export default { |
|
|
// }, |
|
|
// }, |
|
|
grid: { |
|
|
grid: { |
|
|
show: false, |
|
|
show: false, |
|
|
left: 30, |
|
|
left: 35, |
|
|
right: -45, |
|
|
right: -45, |
|
|
top: 25,//拉伸距离顶部高度 |
|
|
top: 25,//拉伸距离顶部高度 |
|
|
bottom: 0,//拉伸距离底部高度 |
|
|
bottom: -30,//拉伸距离底部高度 |
|
|
containLabel: true, |
|
|
containLabel: true, |
|
|
}, |
|
|
}, |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
@ -731,21 +731,21 @@ export default { |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
}, |
|
|
}, |
|
|
Lend: { |
|
|
Lend: { |
|
|
height: 30, |
|
|
height: 35, |
|
|
align: 'center', |
|
|
align: 'center', |
|
|
backgroundColor: { |
|
|
backgroundColor: { |
|
|
image: libraryIcons.Accreditation |
|
|
image: libraryIcons.Accreditation |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
Still: { |
|
|
Still: { |
|
|
height: 30, |
|
|
height: 35, |
|
|
align: 'center', |
|
|
align: 'center', |
|
|
backgroundColor: { |
|
|
backgroundColor: { |
|
|
image: libraryIcons.Still |
|
|
image: libraryIcons.Still |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
Accreditation: { |
|
|
Accreditation: { |
|
|
height: 30, |
|
|
height: 35, |
|
|
align: 'center', |
|
|
align: 'center', |
|
|
backgroundColor: { |
|
|
backgroundColor: { |
|
|
image: libraryIcons.Lend |
|
|
image: libraryIcons.Lend |
|
|
|