调整样式

This commit is contained in:
liufei
2021-07-21 10:06:02 +08:00
parent 981c4389ba
commit 8c39f9d38a
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent" ShowInTaskbar="False">
<Border Background="AliceBlue" MouseDown="DragMove">
<Border CornerRadius="4" Background="AliceBlue" BorderThickness="1" BorderBrush="Green" MouseDown="DragMove">
<StackPanel HorizontalAlignment="Center">
<hc:Card BorderThickness="0" Effect="{DynamicResource EffectShadow2}" Margin="20,20,20,0">
<!--Card 的内容部分-->