|
@@ -11,7 +11,7 @@
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -61,7 +61,7 @@ Hover on the dropdown menu to unfold it for more actions.
|
|
```html
|
|
```html
|
|
<el-dropdown>
|
|
<el-dropdown>
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</span>
|
|
</span>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
@@ -77,7 +77,7 @@ Hover on the dropdown menu to unfold it for more actions.
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
@@ -94,7 +94,7 @@ Use the button to trigger the dropdown list.
|
|
```html
|
|
```html
|
|
<el-dropdown>
|
|
<el-dropdown>
|
|
<el-button type="primary">
|
|
<el-button type="primary">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</el-button>
|
|
</el-button>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
@@ -122,7 +122,7 @@ Use the button to trigger the dropdown list.
|
|
.el-dropdown + .el-dropdown {
|
|
.el-dropdown + .el-dropdown {
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
@@ -151,7 +151,7 @@ Click the triggering element or hover on it.
|
|
<span class="demonstration">hover to trigger</span>
|
|
<span class="demonstration">hover to trigger</span>
|
|
<el-dropdown>
|
|
<el-dropdown>
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</span>
|
|
</span>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
@@ -166,7 +166,7 @@ Click the triggering element or hover on it.
|
|
<span class="demonstration">click to trigger</span>
|
|
<span class="demonstration">click to trigger</span>
|
|
<el-dropdown trigger="click">
|
|
<el-dropdown trigger="click">
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</span>
|
|
</span>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
@@ -184,7 +184,7 @@ Click the triggering element or hover on it.
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
.demonstration {
|
|
.demonstration {
|
|
@@ -205,7 +205,7 @@ Use `hide-on-click` to define if menu closes on clicking.
|
|
```html
|
|
```html
|
|
<el-dropdown :hide-on-click="false">
|
|
<el-dropdown :hide-on-click="false">
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</span>
|
|
</span>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
<el-dropdown-item>Action 1</el-dropdown-item>
|
|
@@ -221,7 +221,7 @@ Use `hide-on-click` to define if menu closes on clicking.
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
@@ -236,7 +236,7 @@ Clicking each dropdown item fires an event whose parameter is assigned by each i
|
|
```html
|
|
```html
|
|
<el-dropdown @command="handleCommand">
|
|
<el-dropdown @command="handleCommand">
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
- Dropdown List<i class="el-icon-caret-bottom el-icon--right"></i>
|
|
|
|
|
|
+ Dropdown List<i class="el-icon-arrow-down el-icon--right"></i>
|
|
</span>
|
|
</span>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-item command="a">Action 1</el-dropdown-item>
|
|
<el-dropdown-item command="a">Action 1</el-dropdown-item>
|
|
@@ -252,7 +252,7 @@ Clicking each dropdown item fires an event whose parameter is assigned by each i
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
- .el-icon-caret-bottom {
|
|
|
|
|
|
+ .el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|