Browse Source

股市温度计样式调整。

dev
宋杰 11 hours ago
parent
commit
4c32ba21b4
  1. 2
      src/views/components/marketTemperature.vue

2
src/views/components/marketTemperature.vue

@ -493,7 +493,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) {
textStyle: { color: "white", fontSize: window.innerWidth <= 768 ? 14 : 18 },
},
grid: {
left: window.innerWidth <= 768 ? '50px' : '100px', // 使
left: window.innerWidth <= 768 ? '40px' : '100px', // 使
right: window.innerWidth <= 768 ? '40px' : '100px', // y
top: window.innerWidth <= 768 ? '40px' : '60px',
bottom: window.innerWidth <= 768 ? '60px' : '80px', // dataZoom

Loading…
Cancel
Save