From 1dceff28c5b9fd0e222156b12b5ffcd2510566ef Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 五月 2022 15:33:32 +0800
Subject: [PATCH] 2022-05-31

---
 src/tabviews/custom/components/card/cardcellList/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index dd37a29..e4d5f90 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -610,7 +610,7 @@
 
       return (
         <Col key={card.uuid} span={card.width}>
-          <div style={card.style}>
+          <div className="video-wrap" style={card.style}>
             <Video card={card} poster={poster} value={url}/>
           </div>
         </Col>

--
Gitblit v1.8.0