From e8f5820e3de783bb19a00cca9dfc865998c80a71 Mon Sep 17 00:00:00 2001 From: zoney Date: Mon, 1 Mar 2021 21:34:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(ImagePicker):=E4=BF=AE=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E4=B8=8D=E5=B1=85=E4=B8=AD=EF=BC=8C=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=AC=AC=E4=B8=80=E4=B8=AA=E5=85=83=E7=B4=A0?= =?UTF-8?q?margin=E7=BD=AE=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/components/image-picker.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/style/components/image-picker.scss b/src/style/components/image-picker.scss index fa02d078..1ddeb09e 100644 --- a/src/style/components/image-picker.scss +++ b/src/style/components/image-picker.scss @@ -14,7 +14,6 @@ padding: $spacing-h-sm; overflow: hidden; box-sizing: border-box; - margin-left: -$spacing-h-sm; } &__flex-item { @@ -24,6 +23,10 @@ height: 100%; box-sizing: border-box; + &:nth-child(1) { + margin-left: 0 !important; + } + &::after { content: ''; display: block;