This commit is contained in:
2025-12-27 22:57:22 +08:00
parent ab6425e0d9
commit e972adfbcb
4 changed files with 127 additions and 1 deletions
+5 -1
View File
@@ -34,7 +34,11 @@
<!-- 主要内容区域 -->
<Grid>
<!-- 使用Viewbox自动缩放内容 -->
<Viewbox x:Name="MainViewController" Margin="20,20,20,20">
<Viewbox x:Name="MainViewController"
Margin="20,20,20,20"
StretchDirection="DownOnly"
MaxWidth="900"
MaxHeight="500">
<Grid Height="400" Width="900">
<!-- 顶部标题栏 -->
<Grid Height="50"