From 7ea1c5f53702951fc4df60e969fc67ef5d7af4dd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 14 一月 2020 10:13:05 +0800
Subject: [PATCH] 2020-01-14

---
 src/tabviews/tableshare/mutilform/index.scss |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/tableshare/mutilform/index.scss b/src/tabviews/tableshare/mutilform/index.scss
index 2a79447..62fcc66 100644
--- a/src/tabviews/tableshare/mutilform/index.scss
+++ b/src/tabviews/tableshare/mutilform/index.scss
@@ -3,13 +3,23 @@
   padding: 0px 24px 20px;
   .ant-form-item {
     display: flex;
-    // margin-bottom: 10px;
   }
   .ant-form-item-control-wrapper {
     flex: 1;
   }
   .ant-form-item-label {
-    min-width: 100px;
+    overflow: hidden;
+    display: inline-block;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .textarea-row {
+    .ant-col-sm-3 {
+      width: 10.5%;
+    }
+    .ant-col-sm-21 {
+      width: 89.5%;
+    }
   }
   .ant-input-number {
     width: 100%;

--
Gitblit v1.8.0