Blame view

src/design/ant/input.less 225 Bytes
陈文彬 authored
1
2
3
4
5
6
7
8
9
10
@import '../mixins.less';
@import '../color.less';

// input
.ant-input {
  &-number {
    min-width: 110px;
  }
}
11
12
13
14
15
16
17
.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}

.ant-input-clear-icon {
  margin-right: 5px;
}