命名调整
This commit is contained in:
@@ -72,21 +72,21 @@
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<antd:Border Grid.Column="0"
|
||||
<antd:AntdBorder Grid.Column="0"
|
||||
UseLayoutRounding="True"
|
||||
CornerRadius="4 0 0 4"
|
||||
BorderThickness="1 1 0 1"
|
||||
BorderBrush="{DynamicResource InputBorderBrush}" Padding="11 0">
|
||||
<TextBlock Text="http://" VerticalAlignment="Center" />
|
||||
</antd:Border>
|
||||
<TextBox Grid.Column="1" Text="mysite" Margin="0" antd:Control.CornerRadius="0" />
|
||||
<antd:Border Grid.Column="2"
|
||||
</antd:AntdBorder>
|
||||
<TextBox Grid.Column="1" Text="mysite" Margin="0" antd:AntdControl.CornerRadius="0" />
|
||||
<antd:AntdBorder Grid.Column="2"
|
||||
UseLayoutRounding="True"
|
||||
CornerRadius="0 4 4 0"
|
||||
BorderThickness="0 1 1 1"
|
||||
BorderBrush="{DynamicResource InputBorderBrush}" Padding="11 0">
|
||||
<TextBlock Text=".com" VerticalAlignment="Center" />
|
||||
</antd:Border>
|
||||
</antd:AntdBorder>
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
</antd:CodeBox.Content>
|
||||
@@ -115,12 +115,12 @@
|
||||
</TextBox>
|
||||
<TextBox antd:Input.Placeholder="input search text" Padding="12 0 0 0">
|
||||
<antd:Input.Suffix>
|
||||
<antd:Button Margin="8 -1 -2 -1" Type="Primary" Content="Search" antd:Control.CornerRadius="0 4 4 0" />
|
||||
<antd:AntButton Margin="8 -1 -2 -1" Type="Primary" Content="Search" antd:AntdControl.CornerRadius="0 4 4 0" />
|
||||
</antd:Input.Suffix>
|
||||
</TextBox>
|
||||
<TextBox antd:Input.Placeholder="input search text" antd:Control.Size="Large" Padding="12 0 0 0">
|
||||
<TextBox antd:Input.Placeholder="input search text" antd:AntdControl.Size="Large" Padding="12 0 0 0">
|
||||
<antd:Input.Suffix>
|
||||
<antd:Button Type="Primary" Size="Large" Margin="8 -1 -2 -1" Content="Search" antd:Control.CornerRadius="0 4 4 0" />
|
||||
<antd:AntButton Type="Primary" Size="Large" Margin="8 -1 -2 -1" Content="Search" antd:AntdControl.CornerRadius="0 4 4 0" />
|
||||
</antd:Input.Suffix>
|
||||
</TextBox>
|
||||
</StackPanel>
|
||||
@@ -173,9 +173,9 @@
|
||||
</antd:CodeBox.Description>
|
||||
<antd:CodeBox.Content>
|
||||
<StackPanel>
|
||||
<TextBox antd:Input.Placeholder="large size" antd:Control.Size="Large" />
|
||||
<TextBox antd:Input.Placeholder="large size" antd:AntdControl.Size="Large" />
|
||||
<TextBox antd:Input.Placeholder="default size" />
|
||||
<TextBox antd:Input.Placeholder="small size" antd:Control.Size="Small" />
|
||||
<TextBox antd:Input.Placeholder="small size" antd:AntdControl.Size="Small" />
|
||||
</StackPanel>
|
||||
</antd:CodeBox.Content>
|
||||
<antd:CodeBox.Code>
|
||||
|
||||
Reference in New Issue
Block a user