From 2e3d8e7d5715862733e43070e7df73b48a81948f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 28 七月 2021 23:49:55 +0800
Subject: [PATCH] 2021-07-28

---
 src/menu/components/carousel/cardcomponent/index.jsx |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/carousel/cardcomponent/index.jsx b/src/menu/components/carousel/cardcomponent/index.jsx
index 1519f58..51cb8e0 100644
--- a/src/menu/components/carousel/cardcomponent/index.jsx
+++ b/src/menu/components/carousel/cardcomponent/index.jsx
@@ -172,9 +172,6 @@
 
     let _style = {...card.style}
 
-    if (_style.shadow) {
-      _style.boxShadow = '0 0 4px ' + _style.shadow
-    }
     _style.height = cards.style.height
     _style = resetStyle(_style)
 

--
Gitblit v1.8.0