配色更新

This commit is contained in:
GG Z
2025-08-26 21:33:20 +08:00
parent ce4cc7bed0
commit e5f139264e
47 changed files with 432 additions and 606 deletions

View File

@@ -43,7 +43,7 @@
<DataGrid.Columns>
<DataGridCheckBoxColumn
Binding="{Binding IsSelected, Mode=OneWayToSource, RelativeSource={RelativeSource AncestorType={x:Type DataGridRow}}}"
ElementStyle="{StaticResource DataGridCheckBoxElementDefaultStyle}"
ElementStyle="{StaticResource DataGridCheckBox}"
Header="选择"
Width="60" />
<DataGridTextColumn Binding="{Binding FamilyCategory.Name}" Header="族类别" />
@@ -122,7 +122,7 @@
<DataGrid.Columns>
<DataGridCheckBoxColumn
Binding="{Binding IsSelected, Mode=OneWayToSource, RelativeSource={RelativeSource AncestorType={x:Type DataGridRow}}}"
ElementStyle="{StaticResource DataGridCheckBoxElementDefaultStyle}"
ElementStyle="{StaticResource DataGridCheckBox}"
Header="选择"
Width="60" />
<DataGridTextColumn Binding="{Binding FamilyCategory.Name}" Header="族类别" />