From 742f7d11557526038d332e60a8c8ca18177bc4e4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 十月 2023 15:51:58 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/templates/zshare/modalform/index.scss |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/src/templates/zshare/modalform/index.scss b/src/templates/zshare/modalform/index.scss
index 23d5929..e718410 100644
--- a/src/templates/zshare/modalform/index.scss
+++ b/src/templates/zshare/modalform/index.scss
@@ -4,23 +4,22 @@
     padding-left: 6px!important;
     padding-bottom: 20px;
   }
-  .ant-form-item.text-area {
-    >.ant-form-item-control-wrapper {
-      width: 84%;
-    }
-    >.ant-form-item-label {
-      width: 16%;
-    }
-    .CodeMirror {
-      height: 150px;
-    }
+  >.ant-row >.ant-col {
+    display: inline-block;
+    vertical-align: top;
+    float: none;
   }
-  .ant-form-item.text-msg {
-    >.ant-form-item-label {
-      width: 16%;
-    }
-    >.ant-form-item-control-wrapper {
-      width: 84%;
+  .ant-col-24 {
+    >.ant-form-item {
+      >.ant-form-item-label {
+        width: 16%;
+      }
+      >.ant-form-item-control-wrapper {
+        width: 84%;
+      }
+      .CodeMirror {
+        height: 150px;
+      }
     }
   }
   .ant-radio-group {
@@ -52,10 +51,5 @@
     left: 0px;
     top: -25px;
     font-size: 14px;
-  }
-  >.ant-row >.ant-col {
-    display: inline-block;
-    vertical-align: top;
-    float: none;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0