Browse Source

注释-下拉框 样式调整

OYXH\oyxh 1 year ago
parent
commit
cc7b6e4e93
1 changed files with 2 additions and 3 deletions
  1. 2 3
      PDF Office/CustomControl/CompositeControl/CustomComboControl.xaml

+ 2 - 3
PDF Office/CustomControl/CompositeControl/CustomComboControl.xaml

@@ -57,15 +57,14 @@
                     <TextBox
                         x:Name="title"
                         Height="20"
-                        Margin="10,0,35,0"
+                        Margin="10,0,30,0"
                         VerticalAlignment="Center"
                         Background="White"
                         BorderThickness="0"
                         FontFamily="Segoe UI"
                         FontSize="14"
                         IsReadOnly="True"
-                        TextAlignment="Left" 
-                        />
+                        TextAlignment="Left" />
                 </Grid>
             </Border>
         </Grid>