Update index.less (#2237)

fix: 下拉框文本超长显示问题修改
This commit is contained in:
wangkang 2022-09-29 10:10:31 +08:00 committed by 蒋琴
parent 2abc8275c6
commit e47c618b18
1 changed files with 8 additions and 0 deletions

View File

@ -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%;
}
}
}