diff --git a/examples/components/demo-block.vue b/examples/components/demo-block.vue
index cd80f5db8..e4ed8c1e6 100644
--- a/examples/components/demo-block.vue
+++ b/examples/components/demo-block.vue
@@ -153,7 +153,7 @@
}
&:hover {
- color: #20a0ff;
+ color: #409EFF;
background-color: #f9fafc;
}
@@ -167,8 +167,10 @@
line-height: 26px;
position: absolute;
top: 0;
- right: 25px;
+ right: 0;
font-size: 14px;
+ padding-left: 5px;
+ padding-right: 25px;
}
}
}
diff --git a/examples/components/side-nav.vue b/examples/components/side-nav.vue
index 85cfff519..5ac4064c4 100644
--- a/examples/components/side-nav.vue
+++ b/examples/components/side-nav.vue
@@ -17,6 +17,10 @@
margin: 0;
overflow: hidden;
}
+
+ > ul > .nav-item > a {
+ margin-top: 15px;
+ }
.nav-item {
a {
diff --git a/examples/docs/en-US/color-picker.md b/examples/docs/en-US/color-picker.md
index d3d0e4e62..0cc1c9b63 100644
--- a/examples/docs/en-US/color-picker.md
+++ b/examples/docs/en-US/color-picker.md
@@ -5,7 +5,7 @@
color1: '#409EFF',
color2: null,
color3: 'rgba(19, 206, 102, 0.8)',
- color4: '#20a0ff'
+ color4: '#409EFF'
};
},
mounted() {
@@ -101,7 +101,7 @@ ColorPicker is a color selector supporting multiple color formats.
export default {
data() {
return {
- color4: '#20a0ff'
+ color4: '#409EFF'
}
}
};
diff --git a/examples/docs/en-US/dropdown.md b/examples/docs/en-US/dropdown.md
index 3a6f548de..895134070 100644
--- a/examples/docs/en-US/dropdown.md
+++ b/examples/docs/en-US/dropdown.md
@@ -9,7 +9,7 @@
}
.el-dropdown-link {
cursor: pointer;
- color: #20a0ff;
+ color: #409EFF;
}
.el-icon-caret-bottom {
font-size: 12px;
@@ -71,6 +71,17 @@ Hover on the dropdown menu to unfold it for more actions.
Action 5
+
+
+
```
:::
@@ -103,6 +114,28 @@ Use the button to trigger the dropdown list.
Action 5
+
+
+
+
```
:::
@@ -145,6 +178,22 @@ Click the triggering element or hover on it.
+
+
```
:::
@@ -166,6 +215,16 @@ Use `hide-on-click` to define if menu closes on clicking.
Action 5
+
+
```
:::
@@ -187,6 +246,17 @@ Clicking each dropdown item fires an event whose parameter is assigned by each i
Action 5
+
+
+
+
```
:::
@@ -148,6 +181,23 @@
```
+
+
+
:::
### 菜单隐藏方式
@@ -168,6 +218,16 @@
蚵仔煎
+
+
```
:::
@@ -189,6 +249,17 @@
蚵仔煎
+
+
+