优化样式和功能

This commit is contained in:
2026-02-23 18:53:29 +08:00
parent 18174b404c
commit 68dfdc15a9
4 changed files with 87 additions and 30 deletions

View File

@@ -938,19 +938,23 @@
</ms:FlexibleRowPanel>
<ms:FlexibleRowPanel LayoutMode="Auto" Spacing="20">
<UniformGrid Columns="3">
<ListBox
HorizontalAlignment="Center"
VerticalAlignment="Center"
SelectedIndex="1"
Style="{StaticResource TabGroupListBoxStyle}">
<ListBoxItem Content="Home" />
<ListBoxItem Content="Away" />
<ListBoxItem Content="Night" />
</ListBox>
</UniformGrid>
<ListBox
HorizontalAlignment="Center"
VerticalAlignment="Center"
SelectedIndex="0"
Style="{StaticResource TabGroupListBoxStyle}">
<ListBoxItem Content="Home" />
<ListBoxItem Content="Away" />
<ListBoxItem Content="Night" />
</ListBox>
<ListBox
HorizontalAlignment="Center"
VerticalAlignment="Center"
SelectedIndex="1">
<ListBoxItem Content="Home" />
<ListBoxItem Content="Away" />
<ListBoxItem Content="Night" />
</ListBox>
</ms:FlexibleRowPanel>
</StackPanel>
<StackPanel ms:ControlAssist.AnchorHeaderText="数据展示 TabControl">