Browse Source

Merge branch 'ds' of http://39.101.133.168:8807/hongxilin/AIxiaocaishen into ds

hongxilin/hotfix-20250625101643-手机输入法弹出输入框上浮
宋杰 1 week ago
parent
commit
f204b27c70
  1. 10
      src/views/AiEmotion.vue

10
src/views/AiEmotion.vue

@ -1562,21 +1562,21 @@ defineExpose({
color: white; color: white;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
margin-left: 44%;
margin-left: 45%;
} }
.title3 { .title3 {
color: white; color: white;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
margin-left: 43%;
margin-left: 44.6%;
} }
.title4 { .title4 {
color: white; color: white;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
margin-left: 41.5%;
margin-left: 44%;
} }
.class09 { .class09 {
@ -1625,7 +1625,7 @@ defineExpose({
/* 设置容器宽度 */ /* 设置容器宽度 */
height: auto; height: auto;
/* 高度根据内容动态变化 */ /* 高度根据内容动态变化 */
min-height: 66rem;
min-height: 69rem;
/* 设置最小高度,确保图片显示 */ /* 设置最小高度,确保图片显示 */
margin: 0 auto; margin: 0 auto;
} }
@ -1641,7 +1641,7 @@ defineExpose({
/* 设置容器宽度 */ /* 设置容器宽度 */
height: auto; height: auto;
/* 高度根据内容动态变化 */ /* 高度根据内容动态变化 */
min-height: 86rem;
min-height: 90rem;
/* 设置最小高度,确保图片显示 */ /* 设置最小高度,确保图片显示 */
margin: 0 auto; margin: 0 auto;
} }

Loading…
Cancel
Save