fix input width

This commit is contained in:
Mutasem 2021-08-02 21:45:15 +02:00
parent 979d93e812
commit d30e9b01c0

View file

@ -497,6 +497,10 @@ export default mixins(
}
}
.el-input-number {
width: calc(100% - 20px);
}
.action-buttons {
margin-top: 1em;
text-align: right;