fix(ECX-8008): 预约表单 at-input 左边距样式

- .page-good-reservate__form .at-input 增加 margin-left: 0 覆盖默认左边距

Made-with: Cursor
This commit is contained in:
zhangjing1
2026-03-18 14:14:30 +08:00
parent 6ac019fbb9
commit 5b2a968271

View File

@@ -15,6 +15,9 @@
overflow: hidden;
}
}
.at-input {
margin-left: 0 !important;
}
&__welcome {
font-weight: 400;