diff --git a/examples/docs/en-US/color.md b/examples/docs/en-US/color.md index 0b0432744..c39281139 100644 --- a/examples/docs/en-US/color.md +++ b/examples/docs/en-US/color.md @@ -45,7 +45,7 @@ background-color: #303133; } .bg-text-regular { - background-color: #303133; + background-color: #606266; } .bg-text-secondary { background-color: #909399; @@ -112,7 +112,7 @@ Neutral colors are for text, background and border colors. You can use different
Primary Text
#303133
-
Regular Text
#303133
+
Regular Text
#606266
Secondary Text
#909399
Placeholder Text
#C0C4CC
diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md index ac78ac4ec..4be082545 100644 --- a/examples/docs/en-US/i18n.md +++ b/examples/docs/en-US/i18n.md @@ -213,4 +213,4 @@ Currently Element ships with the following languages:
  • Hungarian (hu)
  • -If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request. +If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) and create a pull request. diff --git a/examples/docs/en-US/select.md b/examples/docs/en-US/select.md index 6185ea5a6..3ede1c06d 100644 --- a/examples/docs/en-US/select.md +++ b/examples/docs/en-US/select.md @@ -614,7 +614,7 @@ Enter keywords and search data from server. ### Create new items Create and select new items that are not included in select options -:::demo By using the `allow-create` attribute, users can create new items by typing in the input box. Note that for `allow-create` to work, `filterable` must be `true`. +:::demo By using the `allow-create` attribute, users can create new items by typing in the input box. Note that for `allow-create` to work, `filterable` must be `true`. This example also demonstrates `default-first-option`. When this attribute is set to `true`, you can select the first option in the current option list by hitting enter without having to navigate with mouse or arrow keys. ```html