From f06963d5acf822f47b50680994026e6b86673788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 19 Nov 2024 13:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=BB=84=E5=8D=95=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E6=94=AF=E6=8C=81=E8=BD=AE=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-nav-group/index.ts | 1 + src/components/model-nav-group/index.vue | 128 +++++++++--------- .../model-nav-group-styles.vue | 24 ++-- src/config/const/nav-group.ts | 2 + 4 files changed, 85 insertions(+), 70 deletions(-) diff --git a/src/components/model-nav-group/index.ts b/src/components/model-nav-group/index.ts index cc17aad0..b9bad859 100644 --- a/src/components/model-nav-group/index.ts +++ b/src/components/model-nav-group/index.ts @@ -23,6 +23,7 @@ interface nav_group_styles { radius_bottom_right: number; is_show: string; is_roll: string; + rolling_fashion: string; interval_time: number; indicator_style: string; indicator_location: string; diff --git a/src/components/model-nav-group/index.vue b/src/components/model-nav-group/index.vue index 162a66df..5ca0703f 100644 --- a/src/components/model-nav-group/index.vue +++ b/src/components/model-nav-group/index.vue @@ -1,8 +1,8 @@