fix: 修复发送按钮为圆形

main
sp mac bookpro 2605 2026-06-08 01:36:49 +08:00
parent cce71ed084
commit 9cc6cb3a62
1 changed files with 9 additions and 0 deletions

View File

@ -856,6 +856,15 @@ body {
width: 40px;
height: 40px;
flex-shrink: 0;
padding: 0;
border-radius: 9999px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.chat-send-button .ant-btn-icon {
margin-inline-start: 0;
}
.chat-send-button-primary {