mirror of https://github.com/ElemeFE/element
fix dropdown style
parent
44f4de4ce0
commit
96827a3f28
|
@ -94,7 +94,7 @@
|
|||
<el-button type={type} size={size} nativeOn-click={handleClick}>
|
||||
{this.$slots.default}
|
||||
</el-button>
|
||||
<el-button ref="trigger" type={type} size={size} class="el-dropdown__icon-button">
|
||||
<el-button ref="trigger" type={type} size={size} class="el-dropdown__caret-button">
|
||||
<i class="el-dropdown__icon el-icon-caret-bottom"></i>
|
||||
</el-button>
|
||||
</el-button-group>);
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@e icon-button {
|
||||
& .el-dropdown__caret-button {
|
||||
padding: * 5px;
|
||||
|
||||
& .el-dropdown__icon {
|
||||
|
|
Loading…
Reference in New Issue