mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Update verbiage in sample to match the property value (#21628)
This commit is contained in:
parent
e259449269
commit
2620801893
@ -312,7 +312,7 @@ Array [
|
|||||||
<span
|
<span
|
||||||
class="ant-divider-inner-text"
|
class="ant-divider-inner-text"
|
||||||
>
|
>
|
||||||
Align Center
|
Align Middle
|
||||||
</span>
|
</span>
|
||||||
</div>,
|
</div>,
|
||||||
<div
|
<div
|
||||||
|
@ -39,7 +39,7 @@ ReactDOM.render(
|
|||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
<Divider orientation="left" style={{ color: '#333', fontWeight: 'normal' }}>
|
<Divider orientation="left" style={{ color: '#333', fontWeight: 'normal' }}>
|
||||||
Align Center
|
Align Middle
|
||||||
</Divider>
|
</Divider>
|
||||||
<Row justify="space-around" align="middle">
|
<Row justify="space-around" align="middle">
|
||||||
<Col span={4}>
|
<Col span={4}>
|
||||||
|
Loading…
Reference in New Issue
Block a user