fix: .chat-scroll-content padding-bottom 改回 40rpx 避免与父级 padding 叠加
This commit is contained in:
@@ -3614,7 +3614,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.chat-scroll-content {
|
||||
padding: 0 24rpx 120rpx;
|
||||
padding: 0 24rpx 40rpx;
|
||||
}
|
||||
|
||||
.card-answered {
|
||||
|
||||
Reference in New Issue
Block a user