mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
🎬 update steps demo style
This commit is contained in:
parent
735b78d164
commit
271c7aa73a
@ -728,7 +728,7 @@ exports[`renders ./components/steps/demo/nav.md correctly 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation"
|
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation"
|
||||||
style="margin-bottom:60px;border-bottom:1px solid rgb(235, 237, 240)"
|
style="margin-bottom:60px;box-shadow:0px -1px 0 0 #e8e8e8 inset"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
||||||
@ -877,7 +877,7 @@ exports[`renders ./components/steps/demo/nav.md correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal ant-steps-navigation"
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal ant-steps-navigation"
|
||||||
style="margin-bottom:60px;border-bottom:1px solid rgb(235, 237, 240)"
|
style="margin-bottom:60px;box-shadow:0px -1px 0 0 #e8e8e8 inset"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
||||||
@ -1024,7 +1024,7 @@ exports[`renders ./components/steps/demo/nav.md correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation"
|
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation"
|
||||||
style="margin-bottom:60px;border-bottom:1px solid rgb(235, 237, 240)"
|
style="margin-bottom:60px;box-shadow:0px -1px 0 0 #e8e8e8 inset"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-active"
|
||||||
|
@ -20,7 +20,7 @@ const { Step } = Steps;
|
|||||||
|
|
||||||
const stepStyle = {
|
const stepStyle = {
|
||||||
marginBottom: 60,
|
marginBottom: 60,
|
||||||
borderBottom: '1px solid rgb(235, 237, 240)',
|
boxShadow: '0px -1px 0 0 #e8e8e8 inset',
|
||||||
};
|
};
|
||||||
|
|
||||||
class Demo extends React.Component {
|
class Demo extends React.Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user