Преглед изворни кода

Update index.less (#2237)

fix: 下拉框文本超长显示问题修改
wangkang пре 2 година
родитељ
комит
e47c618b18
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/design/ant/index.less

+ 8 - 0
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%;
+    }
+  }
+}