Forráskód Böngészése

轻会员-UI调整

lvle 1 éve
szülő
commit
14599da0de
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      PDF Office/Views/Dialog/ServiceDialog/UserDialog.xaml

+ 3 - 2
PDF Office/Views/Dialog/ServiceDialog/UserDialog.xaml

@@ -89,7 +89,7 @@
 
                     </Border>
                     <TextBlock
-                        Margin="0,18,0,0"
+                        Margin="0,18,0,20"
                         HorizontalAlignment="Center"
                         FontFamily="Segoe UI"
                         FontSize="12"
@@ -100,7 +100,7 @@
                         Text="{Binding Text_admail}" />
                     <TextBlock
                         Width="360"
-                        Margin="0,8,0,0"
+                        Margin="0,8,0,20"
                         HorizontalAlignment="Center"
                         FontFamily="Segoe UI"
                         FontSize="14"
@@ -109,6 +109,7 @@
                         Text="{Binding UserEmail}"
                         TextAlignment="Center"
                         TextWrapping="Wrap" />
+
                 </StackPanel>
             </Grid>
             <TextBlock