style(Rate): the default color is adjusted to red (#6373)

This commit is contained in:
neverland
2020-06-20 16:31:01 +08:00
committed by GitHub
parent ce3a519098
commit 3ae5001f20
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ export default {
<van-rate
v-model="value"
:size="25"
color="#ee0a24"
color="#ffd21e"
void-icon="star"
void-color="#eee"
/>
@@ -105,7 +105,7 @@ export default {
| count | Count | _number \| string_ | `5` |
| size | Icon size | _number \| string_ | `20px` |
| gutter | Icon gutter | _number \| string_ | `4px` |
| color | Selected color | _string_ | `#ffd21e` |
| color | Selected color | _string_ | `#ee0a24` |
| void-color | Void color | _string_ | `#c8c9cc` |
| disabled-color | Disabled color | _string_ | `#c8c9cc` |
| icon | Selected icon | _string_ | `star` |