Browse Source

情绪解码适配really

dev
dongqian 12 hours ago
parent
commit
04f26d29d9
  1. 1
      src/views/AiEmotion.vue
  2. 4
      src/views/components/emotionDecod.vue

1
src/views/AiEmotion.vue

@ -2361,6 +2361,7 @@ defineExpose({
.class04 { .class04 {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0 auto;
/* min-height: 38rem; */ /* min-height: 38rem; */
/* min-height: 51rem; */ /* min-height: 51rem; */
/* margin-left: -39px; */ /* margin-left: -39px; */

4
src/views/components/emotionDecod.vue

@ -451,6 +451,7 @@ onBeforeUnmount(() => {
.qxjmqbox { .qxjmqbox {
height: auto; height: auto;
width: 100%; width: 100%;
margin:0 auto;
} }
#qxjmqEcharts { #qxjmqEcharts {
@ -473,8 +474,7 @@ onBeforeUnmount(() => {
.qxjmqbox { .qxjmqbox {
height: auto; height: auto;
width: 100%;
margin: 0;
width: 90%;
} }
} }
Loading…
Cancel
Save