mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 14:05:32 +08:00
fix(ECX-8008): 预约表单 at-input 左边距样式
- .page-good-reservate__form .at-input 增加 margin-left: 0 覆盖默认左边距 Made-with: Cursor
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.at-input {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
&__welcome {
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user