spacevim/bundle/vim-matchup/test/issues/8/flex.html

9 lines
263 B
HTML
Raw Normal View History

2024-08-21 14:17:26 +08:00
<Flex justify="between" style={[tableStyle.mainWrapper, tableStyle.noData]}>
<FlexItem flex>
<ActivityIndicator animating size="large"/>
<Text style={tableStyle.noDataText}>数据加载中。。。</Text>
</FlexItem>
</Flex>