Fix(AI):[#3600]键盘弹出后,开启新对话,及键盘底部会被遮挡一部分
This commit is contained in:
@@ -97,6 +97,10 @@ page {
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding: 0 24rpx;
|
||||
transition: all 0.2s;
|
||||
&.focus {
|
||||
transform: translateY(-40rpx);
|
||||
}
|
||||
.new-chat {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -132,7 +136,7 @@ page {
|
||||
padding: 24rpx 24rpx 48rpx 24rpx;
|
||||
transition: all 0.2s;
|
||||
&.focus {
|
||||
transform: translateY(-48rpx);
|
||||
transform: translateY(-40rpx);
|
||||
}
|
||||
.bottom-body {
|
||||
position: relative;
|
||||
@@ -329,7 +333,6 @@ page {
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
margin: 0 0 8rpx 0;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.item-left {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user