Fix(AI):[#3647]点击输入框,对话记录同步上移
This commit is contained in:
@@ -100,7 +100,7 @@ page {
|
||||
padding: 0 24rpx;
|
||||
transition: all 0.2s;
|
||||
&.focus {
|
||||
// transform: translateY(-40rpx);
|
||||
transform: translateY(-40rpx);
|
||||
}
|
||||
.new-chat {
|
||||
display: flex;
|
||||
@@ -138,7 +138,7 @@ page {
|
||||
background-color: #fff;
|
||||
transition: all 0.2s;
|
||||
&.focus {
|
||||
// transform: translateY(-40rpx);
|
||||
transform: translateY(-40rpx);
|
||||
}
|
||||
.bottom-body {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user