Button: fix disabled button style bug (#13188)

pull/13209/head
porcelainHeart 2018-10-29 15:55:24 +08:00 committed by hetech
parent 7daa72be04
commit 326266134f
1 changed files with 3 additions and 1 deletions

View File

@ -192,7 +192,9 @@
& + .el-button {
margin-left: 0;
}
&.is-disabled {
z-index: 1;
}
&:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;