src/menu/components/search/main-search/dragsearch/index.jsx
@@ -77,6 +77,8 @@ drop() {} }) const appType = sessionStorage.getItem('appType') return ( <div ref={drop} className="ant-row"> {cards.map(card => ( @@ -99,7 +101,7 @@ </div> <div className="ant-col ant-form-item-control-wrapper ant-col-xs-24 ant-col-sm-16"> <Button type="primary">搜索</Button> <Button style={{ marginLeft: 8 }}>重置</Button> {appType !== 'mob' ? <Button style={{ marginLeft: 8 }}>重置</Button> : null} <div style={{position: 'absolute', top: 0, bottom: 0, left: 0, right: 0}}></div> </div> </div>