Browse Source

情绪监控适配,情绪解码适配1

dongqian/feature-20250702094358-小财神适配
dongqian 14 hours ago
parent
commit
e3e4eb590b
  1. 6
      src/views/components/emotionDecod.vue
  2. 12
      src/views/components/marketTemperature.vue

6
src/views/components/emotionDecod.vue

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

12
src/views/components/marketTemperature.vue

@ -707,13 +707,17 @@ defineExpose({ initChart });
/* padding: 20px; */ /* padding: 20px; */
max-width: 80vw; max-width: 80vw;
padding-bottom: 10%; padding-bottom: 10%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
} }
.border3 { .border3 {
margin-top: 40px; margin-top: 40px;
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
margin-left: 0;
/* margin-left: 0; */
width: 100%; width: 100%;
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
@ -725,7 +729,7 @@ defineExpose({ initChart });
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
width: 80%; width: 80%;
margin-left: 8%;
/* margin-left: 8%; */
height: 48vw; height: 48vw;
overflow: visible; overflow: visible;
} }
@ -791,8 +795,8 @@ defineExpose({ initChart });
.border3 { .border3 {
margin-top: 25px; margin-top: 25px;
border-radius: 8px; border-radius: 8px;
padding: 20px;
margin-left: -13px;
padding: 10px 0px;
/* margin-left: -13px; */
width: 100%; width: 100%;
height: 100%; height: 100%;
} }

Loading…
Cancel
Save