[improvement] Badge: update style (#1907)

This commit is contained in:
neverland
2018-10-09 17:39:29 +08:00
committed by GitHub
parent e68ea547b9
commit 8afb40e9af
10 changed files with 18 additions and 19 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>