mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
Update snapshot
This commit is contained in:
parent
714b4ae06a
commit
d6ace6663b
@ -19,6 +19,7 @@ exports[`Input should support maxLength 1`] = `
|
||||
|
||||
exports[`Input.Search should support suffix 1`] = `
|
||||
<Search
|
||||
enterButton={false}
|
||||
inputPrefixCls="ant-input"
|
||||
prefixCls="ant-input-search"
|
||||
suffix="suffix"
|
||||
@ -33,7 +34,6 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
"suffix",
|
||||
<Icon
|
||||
className="ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
type="search"
|
||||
/>,
|
||||
]
|
||||
@ -56,12 +56,10 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
suffix
|
||||
<Icon
|
||||
className="ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
className="anticon anticon-search ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
/>
|
||||
</Icon>
|
||||
</span>
|
||||
|
@ -49,7 +49,6 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
}
|
||||
prefixCls="ant-tabs"
|
||||
scrollAnimated={true}
|
||||
style={undefined}
|
||||
styles={Object {}}
|
||||
tabBarPosition="left"
|
||||
>
|
||||
@ -57,7 +56,6 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
className="ant-tabs-bar"
|
||||
onKeyDown={[Function]}
|
||||
role="tablist"
|
||||
style={undefined}
|
||||
tabIndex="0"
|
||||
>
|
||||
<div
|
||||
@ -95,7 +93,6 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
<div
|
||||
className="ant-tabs-ink-bar ant-tabs-ink-bar-animated"
|
||||
key="inkBar"
|
||||
style={undefined}
|
||||
/>
|
||||
<div
|
||||
aria-disabled="false"
|
||||
@ -150,7 +147,6 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
aria-hidden="false"
|
||||
className="ant-tabs-tabpane ant-tabs-tabpane-active"
|
||||
role="tabpanel"
|
||||
style={undefined}
|
||||
>
|
||||
foo
|
||||
</div>
|
||||
|
@ -7,7 +7,6 @@ exports[`Search should show cross icon when input value exists 1`] = `
|
||||
>
|
||||
<div>
|
||||
<Input
|
||||
className={undefined}
|
||||
disabled={false}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
@ -47,7 +46,6 @@ exports[`Search should show cross icon when input value exists 2`] = `
|
||||
>
|
||||
<div>
|
||||
<Input
|
||||
className={undefined}
|
||||
disabled={false}
|
||||
onChange={[Function]}
|
||||
placeholder=""
|
||||
|
Loading…
Reference in New Issue
Block a user