修改已知问题
This commit is contained in:
@@ -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="" />
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user