This commit is contained in:
njdaoyehu 2025-02-18 10:29:56 +08:00
parent 2f5649c96c
commit ef4f86db83

View File

@ -117,7 +117,7 @@
<RadioButton Classes="sidebar home-log" Content="日志查看" GroupName="SideBar" IsChecked="{Binding IsLogView}" Command="{Binding GoCommand}" CommandParameter="3" />
<Border Width="15" />
<RadioButton Classes="sidebar home-user" Content="用户管理" GroupName="SideBar" IsChecked="{Binding IsUserView}" Command="{Binding GoCommand}" CommandParameter="4" />
<TextBlock Text="{Binding IsLoading}" Foreground="Azure"></TextBlock>
<!-- <TextBlock Text="{Binding IsLoading}" Foreground="Azure"></TextBlock> -->
</StackPanel>
</Border>
</Grid>