From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 24 一月 2025 11:10:32 +0800
Subject: [PATCH] 2025-01-24

---
 src/menu/components/share/actioncomponent/actionform/index.scss |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/actionform/index.scss b/src/menu/components/share/actioncomponent/actionform/index.scss
index 535dd29..6f639c4 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.scss
+++ b/src/menu/components/share/actioncomponent/actionform/index.scss
@@ -1,5 +1,10 @@
 .menu-action-list-form {
   min-height: 190px;
+  >.ant-row >.ant-col {
+    display: inline-block;
+    float: none;
+    vertical-align: top;
+  }
   .superconfig {
     color: #1890ff;
     cursor: pointer;
@@ -12,19 +17,22 @@
       width: 86%;
     }
   }
+  .codemirror {
+    .ant-col-sm-7 {
+      width: 14%;
+    }
+    .ant-col-sm-17 {
+      width: 86%;
+    }
+    .ant-form-item-label {
+      opacity: 0;
+    }
+  }
   .ant-radio-group {
     white-space: nowrap;
     .ant-radio-wrapper {
       margin-right: 4px;
     }
-  }
-  .ant-input-number {
-    width: 100%;
-  }
-  .anticon-question-circle {
-    color: #c49f47;
-    position: relative;
-    left: -3px;
   }
   .with-button {
     .ant-form-item-control-wrapper {

--
Gitblit v1.8.0