From 1fdf8b1d764fcc05a83539ecab6b61c99e65ef8a Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Sat, 21 Feb 2026 08:48:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=AD=A3=E5=8A=A0=E6=96=99?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/product/addons/styles/index.less | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/web-antd/src/views/product/addons/styles/index.less b/apps/web-antd/src/views/product/addons/styles/index.less index 1f74c20..1938f46 100644 --- a/apps/web-antd/src/views/product/addons/styles/index.less +++ b/apps/web-antd/src/views/product/addons/styles/index.less @@ -110,6 +110,16 @@ } .page-product-addons { + @media (width <= 1200px) { + .pad-toolbar { + flex-wrap: wrap; + } + + .pad-spacer { + display: none; + } + } + .pad-page { display: flex; flex-direction: column; @@ -327,9 +337,9 @@ padding: 0 10px; font-size: 13px; color: #1a1a2e; + outline: none; border: 1px solid #e5e7eb; border-radius: 8px; - outline: none; transition: var(--g-transition); } @@ -452,8 +462,8 @@ .pad-sel-row span { font-size: 13px; - color: #4b5563; font-weight: 500; + color: #4b5563; } .pad-input-num { @@ -607,14 +617,4 @@ color: #9ca3af; text-align: center; } - - @media (width <= 1200px) { - .pad-toolbar { - flex-wrap: wrap; - } - - .pad-spacer { - display: none; - } - } }