From abe961768cb069e84ed958f4c768c512cc3db598 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 04 八月 2021 18:24:57 +0800
Subject: [PATCH] 2021-08-04

---
 src/components/normalform/modalform/index.scss |   60 ++++++------------------------------------------------------
 1 files changed, 6 insertions(+), 54 deletions(-)

diff --git a/src/components/normalform/modalform/index.scss b/src/components/normalform/modalform/index.scss
index b9b9b6c..28db42d 100644
--- a/src/components/normalform/modalform/index.scss
+++ b/src/components/normalform/modalform/index.scss
@@ -24,20 +24,7 @@
   .ant-form-item {
     display: flex;
   }
-  .ant-form-item.checkcard {
-    margin-bottom: 10px;
-    .ant-form-item-control {
-      line-height: 1.5;
-    }
-  }
-  .ant-form-item.hint {
-    margin-bottom: 0px;
-    .message {
-      margin-top: 9px;
-      line-height: 1.5;
-      color: rgba(0, 0, 0, 0.85);
-    }
-  }
+
   .ant-form-item-control-wrapper {
     flex: 1;
   }
@@ -48,27 +35,7 @@
     white-space: nowrap;
     width: 33.3%;
   }
-  >.ant-row.cols2 .ant-col-24 {
-    .ant-form-item {
-      .ant-form-item-label {
-        width: 16%;
-      }
-    }
-  }
-  >.ant-row.cols3 .ant-col-24 {
-    .ant-form-item {
-      .ant-form-item-label {
-        width: 10.5%;
-      }
-    }
-  }
-  >.ant-row.cols4 .ant-col-24 {
-    .ant-form-item {
-      .ant-form-item-label {
-        width: 7.5%;
-      }
-    }
-  }
+
   .ant-input-number {
     width: 100%;
   }
@@ -84,29 +51,14 @@
       min-width: 100px;
     }
   }
-  .normal-braft-editor {
-    border: 1px solid #d9d9d9;
-    border-radius: 4px;
-    overflow-x: hidden;
-  }
-  p {
-    color: #1890ff;
-    font-size: 15px;
-    padding-left: 10px;
-    border-bottom: 1px solid #e9e9e9;
-  }
-  .ant-input-disabled {
-    color: rgba(0, 0, 0, 0.65)!important;
-    cursor: default!important;
-  }
+
   .ant-input-number-input {
     color: rgba(0, 0, 0, 0.65)!important;
     cursor: default!important;
   }
-  .ant-select-disabled {
-    color: rgba(0, 0, 0, 0.65)!important;
-    .ant-select-selection--multiple .ant-select-selection__choice {
-      color: rgba(0, 0, 0, 0.65)!important;
+  .ant-col-12 + .ant-col-24 {
+    .ant-form-item-label {
+      width: 16%;
     }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0