Fix(AI):[#3606]苹果手机键盘底部及开启新对话按钮没有留空隙

This commit is contained in:
lifizer
2025-04-08 12:20:09 +08:00
parent f6851bfa77
commit 16abf0fdb6
6 changed files with 34 additions and 4 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ page {
padding: 0 24rpx;
transition: all 0.2s;
&.focus {
transform: translateY(-40rpx);
// transform: translateY(-40rpx);
}
.new-chat {
display: flex;
@@ -136,7 +136,7 @@ page {
padding: 24rpx 24rpx 48rpx 24rpx;
transition: all 0.2s;
&.focus {
transform: translateY(-40rpx);
// transform: translateY(-40rpx);
}
.bottom-body {
position: relative;