docs: improve hex readability

This commit is contained in:
陈嘉涵
2020-01-29 15:50:28 +08:00
parent 72fbbc3b15
commit 1917636b87
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default {
| type `v2.1.6` | Can be set to `primary` `success` `warning` | *string* | `danger` |
| message | Message | *string* | - |
| duration | Duration(ms), won't disappear if value is 0 | *number \| string* | `3000` |
| color | Message color | *string* | `#fff` | |
| color | Message color | *string* | `white` | |
| background | Background color | *string* | - |
| className | Custom className | *any* | - |
| onClick | Callback function after click | *Function* | - |