配色更新
This commit is contained in:
@@ -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="族类别" />
|
||||
|
||||
Reference in New Issue
Block a user