zxl
10 小时以前 b1c9a5d056e85fe8b0ee6e92f10e6e2c5495b356
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/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;
}