fix: .chat-send-btn 设 height:60rpx 与输入框等高

This commit is contained in:
2026-07-19 21:04:50 +08:00
parent 8a2001af3d
commit 7e52bb9ffb
+6 -2
View File
@@ -3750,7 +3750,7 @@ onUnmounted(() => {
.chat-input-bar {
display: flex;
align-items: flex-end;
align-items: center;
gap: 16rpx;
padding: 16rpx 24rpx;
background: rgba(255, 255, 255, 0.04);
@@ -3773,7 +3773,11 @@ onUnmounted(() => {
}
.chat-send-btn {
padding: 16rpx 32rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 0 32rpx;
background: #087e8b;
border-radius: 32rpx;
color: #ffffff;