|
|
@ -212,40 +212,43 @@ exports[`renders ./components/button/demo/disabled.md correctly 1`] = ` |
|
|
|
</button> |
|
|
|
<br /> |
|
|
|
<button |
|
|
|
class="ant-btn ant-btn-background-ghost" |
|
|
|
class="ant-btn ant-btn-dashed" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Ghost |
|
|
|
Dashed |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
<button |
|
|
|
class="ant-btn ant-btn-background-ghost" |
|
|
|
class="ant-btn ant-btn-dashed" |
|
|
|
disabled="" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Ghost(disabled) |
|
|
|
Dashed(disabled) |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
<br /> |
|
|
|
<div |
|
|
|
style="padding:8px 8px 0 8px;background:rgb(190, 200, 200)" |
|
|
|
> |
|
|
|
<button |
|
|
|
class="ant-btn ant-btn-dashed" |
|
|
|
class="ant-btn ant-btn-background-ghost" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Dashed |
|
|
|
Ghost |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
<button |
|
|
|
class="ant-btn ant-btn-dashed" |
|
|
|
class="ant-btn ant-btn-background-ghost" |
|
|
|
disabled="" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Dashed(disabled) |
|
|
|
Ghost(disabled) |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
`; |
|
|
|
|
|
|
|