diff --git a/docs/en-US/component/dropdown.md b/docs/en-US/component/dropdown.md
index 0053c56e16..14b7377d64 100644
--- a/docs/en-US/component/dropdown.md
+++ b/docs/en-US/component/dropdown.md
@@ -18,6 +18,8 @@ Toggleable menu for displaying lists of links and actions.
.el-dropdown-link {
cursor: pointer;
color: var(--el-color-primary);
+ display: flex;
+ align-items: center;
}
}
diff --git a/docs/examples/dropdown/triggering-element.vue b/docs/examples/dropdown/triggering-element.vue
index a8bc9bef3a..ac6543842d 100644
--- a/docs/examples/dropdown/triggering-element.vue
+++ b/docs/examples/dropdown/triggering-element.vue
@@ -1,30 +1,32 @@
-
-
- Dropdown List
-
-
-
- Action 1
- Action 2
- Action 3
- Action 4
- Action 5
-
-
-
-
- Dropdown List
-
-
- Action 1
- Action 2
- Action 3
- Action 4
- Action 5
-
-
-
+
+
+
+ Dropdown List
+
+
+
+ Action 1
+ Action 2
+ Action 3
+ Action 4
+ Action 5
+
+
+
+
+ Dropdown List
+
+
+ Action 1
+ Action 2
+ Action 3
+ Action 4
+ Action 5
+
+
+
+