From 4a245839597731db8e787535329995e4fccfb47c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 20 二月 2023 11:57:55 +0800 Subject: [PATCH] 2023-02-20 --- src/menu/components/share/actioncomponent/dragaction/card.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/dragaction/card.jsx b/src/menu/components/share/actioncomponent/dragaction/card.jsx index 0059c8d..3163444 100644 --- a/src/menu/components/share/actioncomponent/dragaction/card.jsx +++ b/src/menu/components/share/actioncomponent/dragaction/card.jsx @@ -52,7 +52,7 @@ let _style = resetStyle(card.style) let _class = '' let show = card.show - if (type === 'datacard') { + if (type === 'datacard' || type === 'dualdatacard') { _style = null _class = 'swiper swiper-' + card.color show = 'button' -- Gitblit v1.8.0