mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[improvement] Badge: update style (#1907)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</demo-block>
|
||||
|
||||
<demo-block :title="$t('title3')">
|
||||
<van-steps direction="vertical" :active="0" active-color="#f60">
|
||||
<van-steps direction="vertical" :active="0" active-color="#f44">
|
||||
<van-step>
|
||||
<h3>{{ $t('status1') }}</h3>
|
||||
<p>2016-07-12 12:40</p>
|
||||
|
@@ -49,7 +49,7 @@ export default {
|
||||
#### Vertical Steps
|
||||
|
||||
```html
|
||||
<van-steps direction="vertical" :active="0" active-color="#f60">
|
||||
<van-steps direction="vertical" :active="0" active-color="#f44">
|
||||
<van-step>
|
||||
<h3>【City】Status1</h3>
|
||||
<p>2016-07-12 12:40</p>
|
||||
|
@@ -92,12 +92,12 @@ exports[`renders demo correctly 1`] = `
|
||||
<!---->
|
||||
<div class="van-steps__items van-steps__items--alone">
|
||||
<div class="van-hairline van-step van-step--vertical van-step--process">
|
||||
<div class="van-step__title" style="color:#f60;">
|
||||
<div class="van-step__title" style="color:#f44;">
|
||||
<h3>【城市】物流状态1</h3>
|
||||
<p>2016-07-12 12:40</p>
|
||||
</div>
|
||||
<div class="van-step__circle-container">
|
||||
<i class="van-icon van-icon-checked" style="color:#f60;font-size:undefined;">
|
||||
<i class="van-icon van-icon-checked" style="color:#f44;font-size:undefined;">
|
||||
<!---->
|
||||
</i>
|
||||
</div>
|
||||
|
@@ -52,7 +52,7 @@ export default {
|
||||
可以通过设置`direction`属性来改变步骤条的显示方式
|
||||
|
||||
```html
|
||||
<van-steps direction="vertical" :active="0" active-color="#f60">
|
||||
<van-steps direction="vertical" :active="0" active-color="#f44">
|
||||
<van-step>
|
||||
<h3>【城市】物流状态1</h3>
|
||||
<p>2016-07-12 12:40</p>
|
||||
|
Reference in New Issue
Block a user