fix: 下拉框文本超长显示问题修改
@@ -57,3 +57,11 @@ span.anticon:not(.app-iconify) {
border-top: 0 !important;
border-left: 0 !important;
}
+
+.ant-form-item-control-input-content {
+ > div {
+ max-width: 100%;
+ }
+}