mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
perf: 优化提示元素展示效果
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
Background="{DynamicResource MouseOverRegionBrushOpacity75}"
|
||||
Cursor="Help"
|
||||
DataContext="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
|
||||
MouseEnter="OnMouseEnter"
|
||||
MouseLeave="OnMouseLeave"
|
||||
@@ -32,6 +33,7 @@
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
d:Text="?"
|
||||
FontSize="10"
|
||||
Foreground="{DynamicResource PrimaryTextBrush}"
|
||||
Text="{Binding TextBlockText}"
|
||||
|
||||
Reference in New Issue
Block a user