From 97e93b3591f067083853d2d724921d5b7e05f304 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Tue, 1 Sep 2026 16:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E5=88=87=E6=8D=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/solution2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/dist_static/static/css/solution2.css b/public/themes/dist_static/static/css/solution2.css index b66784b..f38ca1c 100644 --- a/public/themes/dist_static/static/css/solution2.css +++ b/public/themes/dist_static/static/css/solution2.css @@ -273,9 +273,6 @@ gap: 1.5rem; margin-bottom: 3.125rem; } -.sl2-scene__head .s-arrows { - display: none; -} .sl2-scene__arrows-mobile { display: none; } @@ -573,6 +570,9 @@ width: 300Px; height: 260Px; } + .sl2-scene__head .s-arrows { + display: none; + } .sl2-scene__arrows-mobile { display: flex; justify-content: flex-start;