修改时间单位

This commit is contained in:
GukSang.Jin
2026-01-20 11:56:01 +08:00
parent 7def05fc7b
commit 841f5812c9

View File

@@ -127,7 +127,7 @@
<TextBlock Grid.Row="0" Grid.Column="0" Text="速度:" FontSize="11" Foreground="#7F8C8D" Margin="0,0,5,5"/> <TextBlock Grid.Row="0" Grid.Column="0" Text="速度:" FontSize="11" Foreground="#7F8C8D" Margin="0,0,5,5"/>
<TextBlock Grid.Row="0" Grid.Column="1" Text="{Binding Parameters.TestSpeed, StringFormat={}{0} mm/min}" FontSize="11" Foreground="#2C3E50" FontWeight="SemiBold" Margin="0,0,0,5"/> <TextBlock Grid.Row="0" Grid.Column="1" Text="{Binding Parameters.TestSpeed, StringFormat={}{0} mm/min}" FontSize="11" Foreground="#2C3E50" FontWeight="SemiBold" Margin="0,0,0,5"/>
<TextBlock Grid.Row="1" Grid.Column="0" Text="时长:" FontSize="11" Foreground="#7F8C8D" Margin="0,0,5,0"/> <TextBlock Grid.Row="1" Grid.Column="0" Text="时长:" FontSize="11" Foreground="#7F8C8D" Margin="0,0,5,0"/>
<TextBlock Grid.Row="1" Grid.Column="1" Text="{Binding Parameters.TestDuration, StringFormat={}{0} mm}" FontSize="11" Foreground="#2C3E50" FontWeight="SemiBold"/> <TextBlock Grid.Row="1" Grid.Column="1" Text="{Binding Parameters.TestDuration, StringFormat={}{0} s}" FontSize="11" Foreground="#2C3E50" FontWeight="SemiBold"/>
</Grid> </Grid>
</StackPanel> </StackPanel>
</Border> </Border>