fix dropdown style

pull/383/head
baiyaaaaa 2016-10-13 13:33:19 +08:00 committed by cinwell.li
parent 44f4de4ce0
commit 96827a3f28
2 changed files with 2 additions and 2 deletions

View File

@ -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>);

View File

@ -45,7 +45,7 @@
}
}
}
@e icon-button {
& .el-dropdown__caret-button {
padding: * 5px;
& .el-dropdown__icon {