Commit a1051bd6 authored by 田翔's avatar 田翔

fix: 台账loding效果

parent bd618560
{
"name": "panda-xform",
"version": "6.0.3",
"description": "6.0.3 BUG修复",
"version": "6.0.4",
"description": "6.0.4 台账loding效果",
"keywords": [
"panda-xform"
],
......
......@@ -76,7 +76,7 @@ const Account = (props, ref) => {
const [params, setParams] = useState(initParams);
const [loading, setLoading] = useState(false);
const [dataSource, setDataSource] = useState([]);
const [locale, setLocale] = useState({ emptyText: '数据加载中...' })
const [locale, setLocale] = useState({ emptyText: <div style={{ padding: '100px 0' }}>'数据加载中...'</div> })
const [dataList, setDataList] = useState([]);
const [config, setConfig] = useState(initConfig);
const [configLoading, setConfigLoading] = useState(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment