Commit e47c618b18e2bde5e42eeb1d5369aff4c69abd17

Authored by wangkang
Committed by 蒋琴
1 parent 2abc8275

Update index.less (#2237)

fix: 下拉框文本超长显示问题修改
Showing 1 changed file with 8 additions and 0 deletions
src/design/ant/index.less
... ... @@ -57,3 +57,11 @@ span.anticon:not(.app-iconify) {
57 57 border-top: 0 !important;
58 58 border-left: 0 !important;
59 59 }
  60 +
  61 +.ant-form-item-control-input-content {
  62 + > div {
  63 + > div {
  64 + max-width: 100%;
  65 + }
  66 + }
  67 +}
... ...