fix: .chat-send-btn 设 height:60rpx 与输入框等高
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user