perf: 刷理智过期关卡样式优化

This commit is contained in:
status102
2026-02-11 00:21:32 +08:00
parent d473c2c3f6
commit 8eb62c2a7b

View File

@@ -290,6 +290,7 @@
<Style.Triggers>
<DataTrigger Binding="{Binding IsOutdated}" Value="True">
<Setter Property="TextDecorations" Value="Strikethrough" />
<Setter Property="Foreground" Value="{DynamicResource ErrorLogBrush}" />
</DataTrigger>
<DataTrigger Binding="{Binding IsOpen}" Value="False">
<Setter Property="Opacity" Value="0.5" />