From 5d48f8215284ca8de312f1c85f78e07215a0faf1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 五月 2021 11:07:04 +0800 Subject: [PATCH] 2021-05-20 --- src/mob/components/formdragelement/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mob/components/formdragelement/index.jsx b/src/mob/components/formdragelement/index.jsx index 53f98fc..a62602f 100644 --- a/src/mob/components/formdragelement/index.jsx +++ b/src/mob/components/formdragelement/index.jsx @@ -6,7 +6,7 @@ import Card from './card' import './index.scss' -const Container = ({list, setting, placeholder, handleList, handleForm, closeForm, showField }) => { +const Container = ({list, setting, handleList, handleForm, closeForm, showField }) => { const [cards, setCards] = useState(list) const moveCard = (id, atIndex) => { const { card, index } = findCard(id) @@ -104,7 +104,7 @@ }) return ( - <div ref={drop} className={'ant-row modal-fields-row ' + (setting.align || 'left_right')} > + <div ref={drop} className="ant-row modal-fields-row mob-form" > {cards.map(card => { return <Card id={card.uuid} -- Gitblit v1.8.0