23 lines
268 B
SCSS
23 lines
268 B
SCSS
![]() |
/deep/ .ivu-input{
|
||
|
width: 200px !important;
|
||
|
}
|
||
|
|
||
|
.label-btns{
|
||
|
margin-left: 150px;
|
||
|
}
|
||
|
|
||
|
.ivu-form-item{
|
||
|
padding: 10px 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.ivu-input-wrapper {
|
||
|
width: 150px;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
/deep/ .ivu-form-item-content {
|
||
|
margin-left: 0 !important;
|
||
|
display: flex;
|
||
|
}
|