From 03270348741d9304f07c874556f50a8e461a646d Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Mon, 8 Jun 2026 01:38:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=BA=E5=88=B6=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AE=BD=E9=AB=98=E4=B8=80=E8=87=B4=E4=B8=BA?= =?UTF-8?q?40x40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/styles.css b/src/styles.css index 930759d..9cdd73a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -852,18 +852,26 @@ body { display: inline-flex; } -.chat-send-button { - width: 40px; - height: 40px; - flex-shrink: 0; - padding: 0; - border-radius: 9999px; - display: inline-flex; +.ant-btn.chat-send-button, +.chat-send-button.ant-btn { + width: 40px !important; + min-width: 40px !important; + max-width: 40px !important; + height: 40px !important; + min-height: 40px !important; + max-height: 40px !important; + flex: 0 0 40px; + padding: 0 !important; + border-radius: 9999px !important; + display: inline-flex !important; align-items: center; justify-content: center; + box-sizing: border-box; + aspect-ratio: 1 / 1; } -.chat-send-button .ant-btn-icon { +.ant-btn.chat-send-button .ant-btn-icon, +.chat-send-button.ant-btn .ant-btn-icon { margin-inline-start: 0; }