#3441 el-button-group disabled style bug

This commit is contained in:
tomieric 2017-03-11 22:24:34 +08:00 committed by 杨奕
parent c7ddf61e08
commit 1e689a22c8

View File

@ -187,6 +187,7 @@
background-image: none;
background-color: var(--button-disabled-fill);
border-color: var(--button-disabled-border);
box-shadow: none;
}
}
}