Browse Source

体育馆移动端完善5

master
‘daijinzheng@xingtongworld.com’ 3 years ago
parent
commit
e30406be0d
  1. 10
      src/views/WhView.vue

10
src/views/WhView.vue

@ -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

Loading…
Cancel
Save