更新最新2026

This commit is contained in:
GukSang.Jin
2026-05-18 14:06:04 +08:00
parent 41435205a4
commit 40bcd313a2
22 changed files with 1275 additions and 323 deletions

View File

@@ -13,6 +13,7 @@
<Setter Property="CornerRadius" Value="10"/>
<Setter Property="Margin" Value="15,15,80,15"/>
<Setter Property="Padding" Value="15"/>
<Setter Property="MinWidth" Value="390"/>
<Setter Property="Effect">
<Setter.Value>
<DropShadowEffect Color="#D0D7DE" BlurRadius="8" ShadowDepth="1"/>
@@ -31,16 +32,17 @@
<!-- 标签样式 -->
<Style x:Key="SettingLabel" TargetType="TextBlock">
<Setter Property="FontSize" Value="13"/>
<Setter Property="Width" Value="160"/>
<Setter Property="Width" Value="190"/>
<Setter Property="Foreground" Value="#333333"/>
<Setter Property="Margin" Value="0 6 0 6"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="TextWrapping" Value="Wrap"/>
</Style>
<!-- 输入框样式 -->
<Style x:Key="SettingTextBox" TargetType="TextBox">
<Setter Property="Width" Value="160"/>
<Setter Property="Height" Value="35"/>
<Setter Property="Width" Value="150"/>
<Setter Property="Height" Value="40"/>
<Setter Property="FontSize" Value="13"/>
<Setter Property="Margin" Value="0 6 0 6"/>
<Setter Property="Padding" Value="8"/>