Browse Source

样式改动

ds_hxl
dongqian 3 weeks ago
parent
commit
bd4636da74
  1. 5
      src/views/AiEmotion.vue
  2. 10
      src/views/components/emotionDecod.vue
  3. 1
      src/views/components/emotionalBottomRadar.vue
  4. 9
      src/views/components/marketTemperature.vue

5
src/views/AiEmotion.vue

@ -520,8 +520,9 @@ onMounted(() => {
} }
.class0502 { .class0502 {
padding-top: 10rem;
padding-top: 5rem;
text-align: center; text-align: center;
padding-bottom: 6rem;
} }
.class0701 { .class0701 {
@ -550,7 +551,7 @@ onMounted(() => {
} }
.class0401 { .class0401 {
padding-top: 10rem;
padding-top: 5rem;
text-align: center; text-align: center;
} }

10
src/views/components/emotionDecod.vue

@ -344,11 +344,13 @@ onBeforeUnmount(() => {
}); });
</script> </script>
<style scoped> <style scoped>
/* .qxjmqbox {
background-color: black;
} */
.qxjmqbox {
height:100%;
}
#qxjmqEcharts { #qxjmqEcharts {
width: 90%;
width: 100%;
height: 500px; height: 500px;
margin-left:1rem;
top:5rem;
} }
</style> </style>

1
src/views/components/emotionalBottomRadar.vue

@ -556,5 +556,6 @@ onBeforeUnmount(() => {
#bottomRadarChart{ #bottomRadarChart{
width: 100%; width: 100%;
height: 1040px; height: 1040px;
/* padding-bottom: 3rem; */
} }
</style> </style>

9
src/views/components/marketTemperature.vue

@ -271,12 +271,19 @@ defineExpose({ initChart })
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
max-width: 80vw; max-width: 80vw;
padding-bottom:7rem;
} }
.border3,
.border3 {
margin-top: 40px;
border-radius: 8px;
padding: 20px;
}
.border4 { .border4 {
margin-top: 40px; margin-top: 40px;
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
width:80%;
margin-left:8rem;
} }
</style> </style>
Loading…
Cancel
Save