Fix(AI):[#3606]苹果手机键盘底部及开启新对话按钮没有留空隙
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user