mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:50:05 +08:00
9 lines
263 B
HTML
9 lines
263 B
HTML
|
|
<Flex justify="between" style={[tableStyle.mainWrapper, tableStyle.noData]}>
|
|
<FlexItem flex>
|
|
<ActivityIndicator animating size="large"/>
|
|
<Text style={tableStyle.noDataText}>数据加载中。。。</Text>
|
|
</FlexItem>
|
|
</Flex>
|
|
|