diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 32b39f6..a50ac77 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1982,7 +1982,7 @@ defineExpose({ background-image: url("@/assets/img/AiEmotion/bk00000.png"); background-size: 100% 100%; background-repeat: no-repeat; - width: 95%; + width: 100%; height: auto; margin: 0 auto; margin-top: 20px; @@ -2301,7 +2301,7 @@ defineExpose({ background-image: url("@/assets/img/AiEmotion/bk00000.png"); background-size: 100% 100%; background-repeat: no-repeat; - width: 95%; + width: 100%; height: auto; min-height: 50rem; margin: 0 auto;