From 5b2a968271754c26e8e651a8fef3525ad7d30a16 Mon Sep 17 00:00:00 2001 From: zhangjing1 Date: Wed, 18 Mar 2026 14:14:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(ECX-8008):=20=E9=A2=84=E7=BA=A6=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=20at-input=20=E5=B7=A6=E8=BE=B9=E8=B7=9D=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .page-good-reservate__form .at-input 增加 margin-left: 0 覆盖默认左边距 Made-with: Cursor --- src/marketing/pages/reservation/goods-reservate.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/marketing/pages/reservation/goods-reservate.scss b/src/marketing/pages/reservation/goods-reservate.scss index ecb3ae7fb..2db974c99 100644 --- a/src/marketing/pages/reservation/goods-reservate.scss +++ b/src/marketing/pages/reservation/goods-reservate.scss @@ -15,6 +15,9 @@ overflow: hidden; } } + .at-input { + margin-left: 0 !important; + } &__welcome { font-weight: 400;