Blame view

src/design/ant/input.less 411 Bytes
vben authored
1
@import (reference) '../color.less';
陈文彬 authored
2
3
4

// input
.ant-input {
5
6
  &-number,
  &-number-group-wrapper {
陈文彬 authored
7
    min-width: 110px;
8
9
    width: 100% !important;
    max-width: 100%;
陈文彬 authored
10
11
12
  }
}
13
14
15
16
17
18
19
.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}

.ant-input-clear-icon {
  margin-right: 5px;
}
20
21
22
23
24
25
26
27

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

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