过热度和过冷度到地址标签中

This commit is contained in:
2025-01-06 18:18:47 +08:00
parent 82ee066300
commit d2bad96b96
3 changed files with 41 additions and 41 deletions

View File

@@ -450,22 +450,7 @@
CommandParameter="{x:Static Dock.Left}"
Content="{materialDesign:PackIcon Kind=ArrowUp}"
Foreground="White" />
<Button
Margin="5,0"
Command="{Binding OperCmd}"
CommandParameter="SuperHeatCool"
Foreground="White">
<StackPanel Orientation="Horizontal">
<TextBlock
Margin="2,0"
VerticalAlignment="Center"
FontFamily="/Assets/Fonts/#iconfont"
FontSize="14"
Foreground="White"
Text="&#xe725;" />
<TextBlock Text="过热度过冷度" />
</StackPanel>
</Button>
</StackPanel>
</materialDesign:Card>