improve:计时器UI

This commit is contained in:
2025-10-06 16:35:21 +08:00
parent 0308f9ce65
commit 9721ec1f0b
@@ -157,9 +157,6 @@
</StackPanel>
</Grid>
</StackPanel>
<!-- 时标签 -->
<TextBlock Text="时" FontSize="12" HorizontalAlignment="Center"
Foreground="{DynamicResource SeewoTimerWindowButtonForeground}" Margin="0,130,0,-13" Opacity="0.6"/>
</Grid>
<!-- 冒号分隔符 -->
@@ -269,9 +266,6 @@
</StackPanel>
</Grid>
</StackPanel>
<!-- 分标签 -->
<TextBlock Text="分" FontSize="12" HorizontalAlignment="Center"
Foreground="{DynamicResource SeewoTimerWindowButtonForeground}" Margin="0,130,0,-12" Opacity="0.6"/>
</Grid>
<!-- 冒号分隔符 -->
@@ -381,9 +375,6 @@
</StackPanel>
</Grid>
</StackPanel>
<!-- 秒标签 -->
<TextBlock Text="秒" FontSize="12" HorizontalAlignment="Center"
Foreground="{DynamicResource SeewoTimerWindowButtonForeground}" Margin="0,130,0,-12" Opacity="0.6"/>
</Grid>
</StackPanel>
</Grid>