src/templates/sharecomponent/searchcomponent/dragsearch/index.jsx
@@ -7,7 +7,7 @@ import Card from './card' import './index.scss' const Container = ({list, show, placeholder, showField, handleList, handleMenu, deleteMenu }) => { const Container = ({list, show, showField, handleList, handleMenu, deleteMenu }) => { const [cards, setCards] = useState(list) const moveCard = (id, atIndex) => { const { card, index } = findCard(id) @@ -156,7 +156,7 @@ </Col> : null} {cards.length === 0 ? <div className="common-drawarea-placeholder"> {placeholder} 请添加搜索条件 </div> : null } </div>