update select height

This commit is contained in:
Mutasem 2021-08-03 19:29:33 +02:00
parent 11fdb45849
commit dc21a7ecae

View file

@ -590,14 +590,24 @@ export default mixins(
background-color: $--color-primary;
color: #fff;
text-align: center;
height: 38px;
height: 30px;
line-height: 30px;
i {
line-height: 30px;
}
}
.add-option > .el-input .el-input__inner
{
border: 1px solid $--color-primary;
border-radius: 17px;
height: 38px;
height: 30px;
line-height: 30px;
i {
line-height: 30px;
}
}
}