From e47c618b18e2bde5e42eeb1d5369aff4c69abd17 Mon Sep 17 00:00:00 2001
From: wangkang <wk77820@foxmail.com>
Date: 星期四, 29 九月 2022 13:49:01 +0800
Subject: [PATCH] Update index.less (#2237)

---
 src/design/ant/index.less |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/design/ant/index.less b/src/design/ant/index.less
index f9334bb..1cc8165 100644
--- a/src/design/ant/index.less
+++ b/src/design/ant/index.less
@@ -57,3 +57,11 @@
   border-top: 0 !important;
   border-left: 0 !important;
 }
+
+.ant-form-item-control-input-content {
+  > div {
+    > div {
+      max-width: 100%;
+    }
+  }
+}

--
Gitblit v1.8.0