Browse Source

解决情绪能量转化器y轴遮挡问题。

dev
宋杰 11 hours ago
parent
commit
e1b9ec79e0
  1. 4
      src/views/components/emoEnergyConverter.vue

4
src/views/components/emoEnergyConverter.vue

@ -850,12 +850,12 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
// }
],
grid: {
left: "13%",
left: window.innerWidth >= 768 ? "13%" : "18%",
right: "10",
top: '10',
bottom: "60",
containLabel: false,
width: '80%',
width: window.innerWidth >= 768 ? '80%': '70%',
height: 'auto',
overflow: 'hidden'
},

Loading…
Cancel
Save