From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 二月 2022 11:48:29 +0800
Subject: [PATCH] 2022-02-09

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

diff --git a/src/menu/components/share/actioncomponent/actionform/index.scss b/src/menu/components/share/actioncomponent/actionform/index.scss
index c25cef2..2573ed4 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.scss
+++ b/src/menu/components/share/actioncomponent/actionform/index.scss
@@ -1,4 +1,4 @@
-.ant-advanced-search-form.commontable-action-form {
+.menu-action-list-form {
   min-height: 190px;
   .superconfig {
     color: #1890ff;
@@ -12,13 +12,11 @@
       width: 86%;
     }
   }
-  .ant-input-number {
-    width: 100%;
-  }
-  .anticon-question-circle {
-    color: #c49f47;
-    position: relative;
-    left: -3px;
+  .ant-radio-group {
+    white-space: nowrap;
+    .ant-radio-wrapper {
+      margin-right: 4px;
+    }
   }
   .with-button {
     .ant-form-item-control-wrapper {
@@ -30,4 +28,12 @@
       top: 4.5px;
     }
   }
+  .ant-input:read-only {
+    background: #fafafa;
+    resize: none;
+  }
+  .ant-input:read-only:hover, .ant-input:read-only:focus {
+    border-color: #d9d9d9;
+    box-shadow: none;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0