页面逻辑添加

This commit is contained in:
2026-05-15 09:59:49 +08:00
parent 00c0eaab57
commit f91d5c3e98
3 changed files with 25 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
<!-- 输入框样式 -->
<Style x:Key="SettingTextBox" TargetType="TextBox">
<Setter Property="Width" Value="160"/>
<Setter Property="Height" Value="30"/>
<Setter Property="Height" Value="35"/>
<Setter Property="FontSize" Value="13"/>
<Setter Property="Margin" Value="0 6 0 6"/>
<Setter Property="Padding" Value="8"/>