[improvement] Color: update base green to wechat green (#2479)

This commit is contained in:
neverland
2019-01-09 22:22:52 +08:00
committed by GitHub
parent d74147dad0
commit d62ccc06fd
31 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
/>
<van-circle
v-model="currentRate2"
color="#13ce66"
color="#07c160"
fill="#fff"
:rate="rate"
size="120px"
+1 -1
View File
@@ -40,7 +40,7 @@ export default {
```html
<van-circle
v-model="currentRate"
color="#13ce66"
color="#07c160"
fill="#fff"
size="120px"
layer-color="#ebedf0"
@@ -11,7 +11,7 @@ exports[`renders demo correctly 1`] = `
</div>
<div class="van-circle" style="width:120px;height:120px;"><svg viewBox="0 0 1060 1060">
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__hover" style="fill:#fff;stroke:#ebedf0;stroke-width:60px;"></path>
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__layer" style="stroke:#13ce66;stroke-dashoffset:3140px;stroke-width:61px;"></path>
<path d="M 530 530 m -500, 0 a 500, 500 0 1, 1 1000, 0 a 500, 500 0 1, 1 -1000, 0" class="van-circle__layer" style="stroke:#07c160;stroke-dashoffset:3140px;stroke-width:61px;"></path>
</svg>
<div class="van-circle__text">0%</div>
</div>
+1 -1
View File
@@ -41,7 +41,7 @@ export default {
```html
<van-circle
v-model="currentRate"
color="#13ce66"
color="#07c160"
fill="#fff"
size="120px"
layer-color="#ebedf0"