feat: 更新流程
This commit is contained in:
@@ -665,24 +665,28 @@
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,0,0,15"/>
|
||||
|
||||
<!-- 时长 -->
|
||||
<!-- 适用犬型和时长 -->
|
||||
<Border Grid.Row="1"
|
||||
Background="#BF360C"
|
||||
CornerRadius="10"
|
||||
Padding="15,10"
|
||||
Margin="0,0,0,15">
|
||||
<StackPanel Orientation="Horizontal"
|
||||
HorizontalAlignment="Center">
|
||||
<TextBlock Text="时长:"
|
||||
<StackPanel HorizontalAlignment="Center">
|
||||
<TextBlock Text="{Binding Description}"
|
||||
FontSize="18"
|
||||
Foreground="White"/>
|
||||
<TextBlock Text="{Binding DurationMinutes}"
|
||||
Foreground="White"
|
||||
FontWeight="Bold"
|
||||
FontSize="22"/>
|
||||
<TextBlock Text=" 分钟"
|
||||
FontSize="18"
|
||||
Foreground="White"/>
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,0,0,5"/>
|
||||
<StackPanel Orientation="Horizontal"
|
||||
HorizontalAlignment="Center">
|
||||
<TextBlock Text="{Binding DurationMinutes}"
|
||||
Foreground="White"
|
||||
FontWeight="Bold"
|
||||
FontSize="22"/>
|
||||
<TextBlock Text=" 分钟"
|
||||
FontSize="18"
|
||||
Foreground="White"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user