dynamic-from-common.less 370 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.input-height{
  /deep/.ivu-input-default{
      height: 100%;
  }
} 
.input-center{
  /deep/.ivu-input-default{
      text-align: center;
  }
}
.input-left{
  /deep/.ivu-input-default{
      text-align: left;
  }
}
.input-right{
  /deep/.ivu-input-default{
      text-align: right;
  }
}
.input-control-wrapper{
display: inline-block;
width: 100%;
position: relative;
}