fix: 修复发送按钮为圆形
parent
cce71ed084
commit
9cc6cb3a62
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue