Transfer: improve el-transfer__button's specificity

pull/20396/head
qige2016 2020-11-09 12:55:27 +08:00
parent 3b4ce8e604
commit 34feae328a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@import "mixins/mixins";
@import "common/var";
@import "button";
@import "button-group";
@include b(calendar) {
background-color:#fff;

View File

@ -15,7 +15,7 @@
padding: 0 30px;
}
@include e(button) {
.el-transfer__button {
display: block;
margin: 0 auto;
padding: 10px;