index.less 298 Bytes
Newer Older
1 2 3 4 5 6 7
@import '~antd/es/style/themes/default.less';
.inputNumber {
  &[isdisabled='true'] {
    .@{ant-prefix}-input-number-group-addon {
      border: 1px solid #e9e9e9;
    }
  }
田翔's avatar
田翔 committed
8 9 10 11 12 13 14
}
.textInput {
  &[isdisabled='true'] {
    .@{ant-prefix}-input-group-addon {
      border: 1px solid #e9e9e9;
    }
  }
15
}