RaoMeng 5 лет назад
Родитель
Сommit
14ded8d262

+ 6 - 0
uas-office-web/uas-mobile/src/configs/antd.config.less

@@ -179,3 +179,9 @@
     display: none;
   }
 }
+
+/*************************spin加载**************************/
+
+.ant-spin.ant-spin-show-text .ant-spin-text {
+  padding: 12px;
+}

+ 1 - 1
uas-office-web/uas-mobile/src/pages/private/homePage/ReportRoot.jsx

@@ -8,7 +8,7 @@ import { withRouter } from 'react-router-dom'
 import { connect } from 'react-redux'
 import FuncGroup from '../../../components/common/func/FuncGroup'
 import { isObjEmpty } from '../../../utils/common/common.util'
-import { SearchBar, PullToRefresh, ActivityIndicator } from 'antd-mobile'
+import { SearchBar, PullToRefresh } from 'antd-mobile'
 import { requestReportFunc } from '../../../utils/private/report.util'
 import { Empty } from 'antd'
 import PageLoading from '../../../components/common/loading/PageLoading'