From 831833d747c7b871631edaf4565a00beb29dd6c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 十一月 2022 00:58:36 +0800 Subject: [PATCH] 2022-11-02 --- src/menu/components/carousel/data-card/options.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/menu/components/carousel/data-card/options.jsx b/src/menu/components/carousel/data-card/options.jsx index ab1f16a..6193479 100644 --- a/src/menu/components/carousel/data-card/options.jsx +++ b/src/menu/components/carousel/data-card/options.jsx @@ -91,7 +91,8 @@ label: '寮圭獥瀹藉害', initval: wrap.modalWidth || '300px', required: true, - options: ['px', 'vw'] + options: ['px', 'vw'], + forbid: appType === 'mob' }, { type: 'radio', -- Gitblit v1.8.0