|
|
@ -251,7 +251,7 @@ function initQXNLZHEcharts(kline, qxnlzhqData) { |
|
|
|
shadowOffsetX: 2, |
|
|
|
shadowOffsetY: 2, |
|
|
|
}, |
|
|
|
bottom: "10%", // 下移数据缩放滑块 |
|
|
|
bottom: window.innerWidth > 768 ? "10%" : "5%", // 下移数据缩放滑块 |
|
|
|
}, |
|
|
|
{ |
|
|
|
show: !1, |
|
|
@ -457,7 +457,7 @@ onBeforeUnmount(() => { |
|
|
|
width: 100%; |
|
|
|
height: 800px; |
|
|
|
margin: 0; |
|
|
|
top: 5rem; |
|
|
|
/* top: 5rem; */ |
|
|
|
box-sizing: border-box; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
@ -468,7 +468,7 @@ onBeforeUnmount(() => { |
|
|
|
width: 100%; |
|
|
|
height: 400px; |
|
|
|
margin: 0; |
|
|
|
top: 5rem; |
|
|
|
/* top: 5rem; */ |
|
|
|
} |
|
|
|
|
|
|
|
.qxjmqbox { |
|
|
|