From c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 三月 2020 10:32:13 +0800
Subject: [PATCH] 2020-03-10

---
 src/templates/tableshare/dragelement/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/tableshare/dragelement/index.jsx b/src/templates/tableshare/dragelement/index.jsx
index 7737c7a..934db4b 100644
--- a/src/templates/tableshare/dragelement/index.jsx
+++ b/src/templates/tableshare/dragelement/index.jsx
@@ -218,7 +218,7 @@
         />
       ))}
       {type === 'search' && cards.map(card => (
-        <Col key={card.uuid} span={6}>
+        <Col key={card.uuid} span={card.ratio || 6}>
           <Card
             id={`${card.uuid}`}
             type={type}

--
Gitblit v1.8.0