src/tabviews/formtab/index.jsx
@@ -2,7 +2,7 @@ import PropTypes from 'prop-types' import {connect} from 'react-redux' import { is, fromJS } from 'immutable' import { BackTop, notification, Spin, Tabs, Icon} from 'antd' import { notification, Spin, Tabs, Icon} from 'antd' import moment from 'moment' import Api from '@/api' @@ -445,13 +445,6 @@ ) }) } <BackTop> <div className="ant-back-top"> <div className="ant-back-top-content"> <div className="ant-back-top-icon"></div> </div> </div> </BackTop> {viewlost ? <NotFount msg={this.state.lostmsg} /> : null} </div> )