From fe4dda47cf7404c5e19b0196745f4b2578f3d992 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 11 七月 2022 14:41:56 +0800
Subject: [PATCH] 2022-07-11

---
 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 e0dc731..a0f19a3 100644
--- a/src/templates/modalconfig/dragelement/index.jsx
+++ b/src/templates/modalconfig/dragelement/index.jsx
@@ -116,7 +116,7 @@
   })
 
   return (
-    <div ref={drop} className={'ant-row modal-fields-row ' + (setting.align || 'left_right')} >
+    <div ref={drop} className={'ant-row modal-fields-row ' + (setting.align || 'left_right') + ' space-' + (setting.verticalSpace || 'normal')} >
       {cards.map(card => {
         return <Col key={card.uuid} span={card.type === 'split' ? 24 : (card.span || 24)}>
           <Card

--
Gitblit v1.8.0