Browse Source

Update index.less (#2237)

fix: 下拉框文本超长显示问题修改
pull/2244/head
wangkang 4 years ago
committed by 蒋琴
parent
commit
e47c618b18
  1. 8
      src/design/ant/index.less

8
src/design/ant/index.less

@ -57,3 +57,11 @@ span.anticon:not(.app-iconify) {
border-top: 0 !important;
border-left: 0 !important;
}
.ant-form-item-control-input-content {
> div {
> div {
max-width: 100%;
}
}
}

Loading…
Cancel
Save