This commit is contained in:
xyy
2026-05-25 17:52:55 +08:00
parent 577c4fdea1
commit 61e11f0753
2 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
<!-- 文本框样式 -->
<Style x:Key="TextBoxStyle" TargetType="TextBox">
<Setter Property="Height" Value="34"/>
<Setter Property="Width" Value="180"/>
<Setter Property="Width" Value="160"/>
<Setter Property="FontSize" Value="16"/>
<Setter Property="TextAlignment" Value="Center"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>