소스 검색

轻会员-UI调整

lvle 1 년 전
부모
커밋
14599da0de
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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