From 4519b8272ffd335b0e84fe774611025e48c7d5d7 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Mon, 16 Feb 2026 11:39:42 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=AD=97=E4=BD=93=E5=B1=82=E7=BA=A7=E4=B8=8E?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E5=AF=86=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/store/hours/styles/copy-modal.less | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/web-antd/src/views/store/hours/styles/copy-modal.less b/apps/web-antd/src/views/store/hours/styles/copy-modal.less index 495b421..8946244 100644 --- a/apps/web-antd/src/views/store/hours/styles/copy-modal.less +++ b/apps/web-antd/src/views/store/hours/styles/copy-modal.less @@ -14,13 +14,13 @@ .ant-modal-header { margin-bottom: 0; - padding: 22px 28px 16px; + padding: 20px 28px 14px; border-bottom: 1px solid #f0f0f0; } .ant-modal-title { - font-size: 17px; - font-weight: 700; + font-size: 16px; + font-weight: 600; color: #1f2329; } @@ -53,8 +53,8 @@ gap: 8px; align-items: center; margin-bottom: 18px; - padding: 11px 14px; - font-size: 14px; + padding: 10px 14px; + font-size: 13px; font-weight: 500; color: #c48b26; background: #fffbe6; @@ -80,8 +80,8 @@ gap: 10px; align-items: center; padding: 0 0 12px; - font-size: 16px; - font-weight: 600; + font-size: 13px; + font-weight: 500; color: #1f2329; cursor: pointer; } @@ -98,7 +98,7 @@ gap: 12px; align-items: flex-start; margin-bottom: 10px; - padding: 14px 14px 12px; + padding: 12px 12px 10px; background: #fafbfc; border-radius: 10px; cursor: pointer; @@ -115,15 +115,15 @@ } .copy-store-name { - font-size: 18px; - font-weight: 700; + font-size: 14px; + font-weight: 600; line-height: 1.4; color: #1f2329; } .copy-store-address { margin-top: 2px; - font-size: 13px; + font-size: 12px; line-height: 1.5; color: #86909c; } @@ -133,12 +133,12 @@ flex-shrink: 0; align-items: center; justify-content: center; - width: 22px; - height: 22px; + width: 20px; + height: 20px; margin-top: 2px; background: #fff; border: 1px solid #d9dde3; - border-radius: 6px; + border-radius: 5px; transition: all 0.2s ease; }