mirror of https://github.com/ElemeFE/element
Button: avoid button splitting in button-group
parent
fce92e8b4e
commit
66ba839b12
|
@ -151,6 +151,9 @@
|
|||
& .el-button {
|
||||
float: left;
|
||||
position: relative;
|
||||
& + .el-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-top-right-radius: 0;
|
||||
|
|
Loading…
Reference in New Issue