From db18f67e6a9ec7be3446ebfb1592809b3c3dcb7d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 06 一月 2020 10:43:42 +0800
Subject: [PATCH] 2020-01-06

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

diff --git a/src/templates/modalconfig/dragelement/index.jsx b/src/templates/modalconfig/dragelement/index.jsx
index 14c2773..4b0c581 100644
--- a/src/templates/modalconfig/dragelement/index.jsx
+++ b/src/templates/modalconfig/dragelement/index.jsx
@@ -110,7 +110,7 @@
   let _cols = 24 / (setting.cols || 2)
   
   return (
-    <div ref={drop} className="ant-row">
+    <div ref={drop} className="ant-row modal-fields-row">
       {cards.map(card => (
         <Col key={card.uuid} span={_cols}>
           <Card

--
Gitblit v1.8.0