Commit 96827a3f authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix dropdown style

parent 44f4de4c
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<el-button type={type} size={size} nativeOn-click={handleClick}> <el-button type={type} size={size} nativeOn-click={handleClick}>
{this.$slots.default} {this.$slots.default}
</el-button> </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> <i class="el-dropdown__icon el-icon-caret-bottom"></i>
</el-button> </el-button>
</el-button-group>); </el-button-group>);
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
} }
} }
} }
@e icon-button { & .el-dropdown__caret-button {
padding: * 5px; padding: * 5px;
& .el-dropdown__icon { & .el-dropdown__icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment