From 3fd8c09d3b10658ebe3eddaa5621aa467fd26bec Mon Sep 17 00:00:00 2001 From: hdx Date: Sat, 2 Nov 2024 15:30:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(slider100):=20=E5=9C=A8=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=B8=8A=E6=98=BE=E7=A4=BA2?= =?UTF-8?q?=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/slider-100/slider-100.uvue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/template/slider-100/slider-100.uvue b/pages/template/slider-100/slider-100.uvue index b41663aa..ff2410d3 100644 --- a/pages/template/slider-100/slider-100.uvue +++ b/pages/template/slider-100/slider-100.uvue @@ -54,7 +54,9 @@ .slider { width: 25%; - margin-top: 1px; + margin-top: 1px; + margin-left:0; + margin-right: 0; margin-bottom: 1px; } -- GitLab