更新 测试次数
This commit is contained in:
@@ -249,13 +249,44 @@
|
||||
|
||||
<DockPanel Grid.Row="1" LastChildFill="True" MinHeight="0" ClipToBounds="True">
|
||||
<Border DockPanel.Dock="Left" Width="280" Classes="panel" Margin="0,0,10,0">
|
||||
<Grid RowDefinitions="Auto,Auto,*" RowSpacing="8">
|
||||
<TextBlock Text="实时数据"
|
||||
Classes="section-title"
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,-4,0,0"/>
|
||||
<Grid RowDefinitions="Auto,Auto,Auto,*" RowSpacing="8">
|
||||
<Grid ColumnDefinitions="*,Auto" Margin="0,-4,0,0">
|
||||
<TextBlock Text="实时数据"
|
||||
Classes="section-title"
|
||||
VerticalAlignment="Center"/>
|
||||
<StackPanel Grid.Column="1" Orientation="Horizontal" Spacing="4" VerticalAlignment="Center">
|
||||
<TextBlock Text="完整测试" Classes="caption" VerticalAlignment="Center"/>
|
||||
<TextBlock Text="{Binding CompletedTestCount}" FontWeight="SemiBold" Foreground="#1D4ED8" VerticalAlignment="Center"/>
|
||||
<TextBlock Text="次" Classes="caption" VerticalAlignment="Center"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
<Border Grid.Row="1"
|
||||
Background="#F8FAFD"
|
||||
BorderBrush="{StaticResource LineBrush}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="8"
|
||||
Padding="8,6">
|
||||
<Grid ColumnDefinitions="*,*,*">
|
||||
<StackPanel Orientation="Horizontal" Spacing="3" HorizontalAlignment="Center">
|
||||
<TextBlock Text="干态" Classes="caption"/>
|
||||
<TextBlock Text="{Binding DryTestCount}" FontWeight="SemiBold" Foreground="#047857"/>
|
||||
<TextBlock Text="次" Classes="caption"/>
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="1" Orientation="Horizontal" Spacing="3" HorizontalAlignment="Center">
|
||||
<TextBlock Text="湿态" Classes="caption"/>
|
||||
<TextBlock Text="{Binding WetTestCount}" FontWeight="SemiBold" Foreground="#1D4ED8"/>
|
||||
<TextBlock Text="次" Classes="caption"/>
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal" Spacing="3" HorizontalAlignment="Center">
|
||||
<TextBlock Text="冰霜" Classes="caption"/>
|
||||
<TextBlock Text="{Binding FrostTestCount}" FontWeight="SemiBold" Foreground="#7E22CE"/>
|
||||
<TextBlock Text="次" Classes="caption"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="2"
|
||||
Background="#F8FAFD"
|
||||
BorderBrush="{StaticResource LineBrush}"
|
||||
BorderThickness="1"
|
||||
@@ -280,7 +311,7 @@
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
<ScrollViewer Grid.Row="2"
|
||||
<ScrollViewer Grid.Row="3"
|
||||
HorizontalScrollBarVisibility="Auto"
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
ClipToBounds="True">
|
||||
|
||||
Reference in New Issue
Block a user