csv导入和导出的问题

排量配置的问题
物性参数回差值配置的问题
This commit is contained in:
2026-04-30 11:35:27 +08:00
parent 74bf47ee62
commit 802348a743
15 changed files with 457 additions and 229 deletions

View File

@@ -211,7 +211,7 @@
</Grid.ColumnDefinitions>
<materialDesign:Card
Grid.ColumnSpan="5"
Grid.ColumnSpan="4"
Margin="3"
Background="{DynamicResource MaterialDesignLightBackground}"
Foreground="{DynamicResource PrimaryHueLightForegroundBrush}"
@@ -232,6 +232,39 @@
</StackPanel>
</materialDesign:Card>
<materialDesign:Card
Grid.Column="4"
Margin="3"
Background="{DynamicResource MaterialDesignLightBackground}"
Foreground="{DynamicResource PrimaryHueLightForegroundBrush}"
UniformCornerRadius="5">
<StackPanel Orientation="Horizontal">
<TextBlock
Margin="10,0,0,0"
VerticalAlignment="Center"
FontFamily="/Assets/Fonts/#iconfont"
FontSize="26"
Foreground="LimeGreen"
Text="&#xea24;" />
<TextBlock
Foreground="LimeGreen"
Style="{StaticResource TitelStyle}"
Text="排量:" />
<TextBlock
VerticalAlignment="Center"
FontSize="26"
FontWeight="Bold"
Text="{Binding PPCService.CurDisplacementCc}" />
<TextBlock
Margin="5"
VerticalAlignment="Center"
FontSize="22"
FontWeight="Bold"
Foreground="LimeGreen"
Text="cc" />
</StackPanel>
</materialDesign:Card>
<materialDesign:Card
Grid.Column="5"
Margin="3"