修改已知问题

This commit is contained in:
2025-05-27 08:56:01 +08:00
parent b6c10f5b6b
commit a5f6a79a34
6 changed files with 174 additions and 4 deletions

View File

@@ -379,6 +379,36 @@
Text="{Binding SelectedProgramSeg.ProRepeat}"
TextAlignment="Center" />
</Border>
<TextBlock
Margin="5,0,0,0"
VerticalAlignment="Center"
FontFamily="/Assets/Fonts/#iconfont"
FontSize="22"
Foreground="Black"
Text="&#xe6f2;" />
<TextBlock
Margin="2,0"
VerticalAlignment="Center"
FontSize="20"
Text="总时间:" />
<Border
Margin="2"
Background="LightSlateGray"
BorderThickness="1"
CornerRadius="3">
<TextBox
Width="200"
Margin="2"
VerticalAlignment="Center"
BorderThickness="0"
FontSize="18"
Foreground="White"
IsReadOnly="True"
Text="{Binding ProSegTime}"
TextAlignment="Center" />
</Border>
</StackPanel>
</Border>