From 8b763699ed2bec560083248aeafa20ec02386fbf Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 12 Sep 2025 10:33:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为图片详情页添加图片轮播功能 --- app/pages/productions/[...slug].vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/pages/productions/[...slug].vue b/app/pages/productions/[...slug].vue index 579e584..f251163 100644 --- a/app/pages/productions/[...slug].vue +++ b/app/pages/productions/[...slug].vue @@ -15,7 +15,15 @@
- + + + + + +

{{ production.title }}

@@ -150,6 +158,15 @@ useHead({ border-radius: 8px; } +.production-carousel :deep(.el-carousel__button) { + /* 指示器按钮样式 */ + width: 8px; + height: 8px; + border-radius: 50%; + background-color: #475669; + transition: all 0.3s ease; +} + .production-info h1 { margin-top: 2rem; margin-bottom: 1rem;