Commit 3283d7c3 by liulongfei

样式调整

parent d266bc7a
......@@ -51,7 +51,7 @@
<!-- 主体 -->
<Grid Grid.Row="1">
<Grid.RowDefinitions>
<RowDefinition Height="160"></RowDefinition>
<RowDefinition Height="200"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
......@@ -61,11 +61,11 @@
<!-- 提示区域 -->
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="50"></RowDefinition>
<RowDefinition Height="80"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<!-- 中心值 -->
<TextBlock Text="{Binding Path=AlgorithmCenterX}" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Red" FontSize="24"></TextBlock>
<TextBlock Text="{Binding Path=AlgorithmCenterX,StringFormat={}{0:F2}}" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Red" FontSize="48" FontWeight="Bold"></TextBlock>
<!-- 箭头 -->
<fcommon:FlashingBorder IsFlashingEnabled="{Binding Path=SettingViewModel.IsFlashingEnabled}" Grid.Row="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment