Blame view

src/design/ant/input.less 336 Bytes
vben authored
1
@import (reference) '../color.less';
陈文彬 authored
2
3
4
5
6
7
8
9

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

.ant-input-clear-icon {
  margin-right: 5px;
}
17
18
19
20
21
22
23
24

.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;

  textarea.ant-input {
    padding: 4px;
  }
}