mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00: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>
|
|
|