From bb18310f1b1088bfa5a57f12a3c416e49f472483 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 30 Nov 2020 22:39:37 +0800 Subject: [PATCH] docs: uniform color --- src/calendar/README.md | 2 +- src/calendar/README.zh-CN.md | 2 +- src/calendar/demo/index.vue | 4 ++-- src/checkbox/README.md | 2 +- src/checkbox/README.zh-CN.md | 2 +- src/checkbox/demo/index.vue | 2 +- src/checkbox/test/__snapshots__/demo.spec.js.snap | 2 +- src/goods-action/README.md | 2 +- src/goods-action/README.zh-CN.md | 6 +++--- src/goods-action/demo/index.vue | 2 +- .../test/__snapshots__/demo.spec.js.snap | 2 +- src/icon/README.md | 4 ++-- src/icon/README.zh-CN.md | 4 ++-- src/icon/demo/index.vue | 10 +++++----- src/radio/README.md | 4 ++-- src/radio/README.zh-CN.md | 4 ++-- src/radio/demo/index.vue | 12 ++++-------- src/radio/test/__snapshots__/demo.spec.js.snap | 4 ++-- src/switch/README.md | 2 +- src/switch/README.zh-CN.md | 2 +- src/switch/demo/index.vue | 4 ++-- src/switch/test/__snapshots__/demo.spec.js.snap | 2 +- src/tabbar/README.md | 2 +- src/tabbar/README.zh-CN.md | 2 +- src/tabbar/demo/index.vue | 2 +- src/tabbar/test/__snapshots__/demo.spec.js.snap | 2 +- src/utils/constant.ts | 1 - 27 files changed, 42 insertions(+), 47 deletions(-) diff --git a/src/calendar/README.md b/src/calendar/README.md index c401bd61b..b15546804 100644 --- a/src/calendar/README.md +++ b/src/calendar/README.md @@ -111,7 +111,7 @@ Set `show-confirm` to `false` to hide the confirm button. In this case, the `con Use `color` prop to custom calendar color. ```html - + ``` ### Custom Date Range diff --git a/src/calendar/README.zh-CN.md b/src/calendar/README.zh-CN.md index e02e25010..466ea73b1 100644 --- a/src/calendar/README.zh-CN.md +++ b/src/calendar/README.zh-CN.md @@ -113,7 +113,7 @@ export default { 通过 `color` 属性可以自定义日历的颜色,对选中日期和底部按钮生效。 ```html - + ``` ### 自定义日期范围 diff --git a/src/calendar/demo/index.vue b/src/calendar/demo/index.vue index 5b2c7a767..c075efb88 100644 --- a/src/calendar/demo/index.vue +++ b/src/calendar/demo/index.vue @@ -121,7 +121,7 @@