From c0cc3267837040320b4c8a572d8055b80c4d1594 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 11 十二月 2022 10:45:38 +0800
Subject: [PATCH] 2022-12-11

---
 src/views/systemproc/proc/index.scss |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/src/views/systemproc/proc/index.scss b/src/views/systemproc/proc/index.scss
index d8d5749..fc2fdff 100644
--- a/src/views/systemproc/proc/index.scss
+++ b/src/views/systemproc/proc/index.scss
@@ -15,6 +15,21 @@
         opacity: 0.5;
       }
     }
+    .action-wrap {
+      text-align: right;
+      flex: 1;
+
+      .ant-btn {
+        margin-left: 20px;
+      }
+
+      .ant-btn[disabled] {
+        background-color: #1890ff!important;
+        border-color: #1890ff!important;
+        color: #ffffff!important;
+        opacity: 0.5;
+      }
+    }
   }
 
   .edit-wrap {
@@ -33,3 +48,15 @@
     }
   }
 }
+
+.mk-create-func {
+  .ant-modal-body {
+    min-height: 180px;
+  }
+  .ant-form-item {
+    display: flex;
+    .ant-form-item-control-wrapper {
+      flex: 1;
+    }
+  }
+}

--
Gitblit v1.8.0