命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -16,17 +16,17 @@
<Setter Property="Background" Value="{DynamicResource InputBackground}" />
<Setter Property="BorderBrush" Value="{DynamicResource InputBorderBrush}" />
<Setter Property="BorderThickness" Value="{DynamicResource BorderThicknessBase}" />
<Setter Property="helpers:Control.BorderStyle" Value="{DynamicResource BorderStyleBase}" />
<Setter Property="helpers:Control.CornerRadius" Value="{DynamicResource BorderRadiusBase}" />
<Setter Property="helpers:AntdControl.BorderStyle" Value="{DynamicResource BorderStyleBase}" />
<Setter Property="helpers:AntdControl.CornerRadius" Value="{DynamicResource BorderRadiusBase}" />
<Setter Property="helpers:Input.PlaceholderBrush" Value="{DynamicResource InputPlaceholderBrush}" />
<Style.Triggers>
<!-- Sizes -->
<Trigger Property="helpers:Control.Size" Value="Large">
<Trigger Property="helpers:AntdControl.Size" Value="Large">
<Setter Property="FontSize" Value="{DynamicResource FontSizeLarge}" />
<Setter Property="Height" Value="{DynamicResource InputHeightLarge}" />
<Setter Property="Padding" Value="{DynamicResource InputPaddingLarge}" />
</Trigger>
<Trigger Property="helpers:Control.Size" Value="Small">
<Trigger Property="helpers:AntdControl.Size" Value="Small">
<Setter Property="Height" Value="{DynamicResource InputHeightSmall}" />
<Setter Property="Padding" Value="{DynamicResource InputPaddingSmall}" />
</Trigger>