修改
This commit is contained in:
@@ -569,6 +569,28 @@
|
||||
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="2"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="5,0,5,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="18"
|
||||
Foreground="LimeGreen"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
Width="auto"
|
||||
Foreground="LimeGreen"
|
||||
Style="{StaticResource TextBlockStyle}"
|
||||
Text="自动转速(rpm)" />
|
||||
<TextBlock
|
||||
Margin="5,0"
|
||||
Foreground="LimeGreen"
|
||||
Style="{StaticResource TextBlockStyle}"
|
||||
Text="{Binding CanDriveService.AutoSpeedSv}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
</Grid>
|
||||
|
||||
@@ -573,6 +573,29 @@
|
||||
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="2"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="5,0,5,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="18"
|
||||
Foreground="LimeGreen"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
Width="auto"
|
||||
Foreground="LimeGreen"
|
||||
Style="{StaticResource TextBlockStyle}"
|
||||
Text="自动转速(rpm)" />
|
||||
<TextBlock
|
||||
Margin="5,0"
|
||||
Foreground="LimeGreen"
|
||||
Style="{StaticResource TextBlockStyle}"
|
||||
Text="{Binding LinDriveService.AutoSpeedSv}" />
|
||||
</StackPanel>
|
||||
|
||||
</Grid>
|
||||
|
||||
</Grid>
|
||||
|
||||
@@ -875,7 +875,7 @@
|
||||
</StackPanel>
|
||||
</Grid>-->
|
||||
<materialDesign:Card Margin="0,0" materialDesign:ElevationAssist.Elevation="Dp2">
|
||||
<ItemsControl IsEnabled="False" ItemsSource="{Binding ListHandSwitchData}">
|
||||
<ItemsControl IsEnabled="True" ItemsSource="{Binding ListHandSwitchData}">
|
||||
<ItemsControl.ItemsPanel>
|
||||
<ItemsPanelTemplate>
|
||||
<StackPanel Orientation="Vertical" />
|
||||
|
||||
Reference in New Issue
Block a user