Browse Source

修改背景宽度

dev
宋杰 6 days ago
parent
commit
21d09a4199
  1. 4
      src/views/AiEmotion.vue

4
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;

Loading…
Cancel
Save