Fix(AI):[#3647]点击输入框,对话记录同步上移

This commit is contained in:
lifizer
2025-04-22 14:18:05 +08:00
parent 39a54efc27
commit 0d0b816fad
6 changed files with 9 additions and 48 deletions
+2 -2
View File
@@ -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;