From d05e0494d938c165d328c37ba452a2a8579ed724 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 06 十二月 2019 17:10:53 +0800
Subject: [PATCH] 2019-12-06

---
 src/templates/modalconfig/index.scss |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss
index f929a8c..fcba534 100644
--- a/src/templates/modalconfig/index.scss
+++ b/src/templates/modalconfig/index.scss
@@ -27,6 +27,8 @@
     .ant-collapse-header {
       padding: 11px 16px 10px 40px;
       border-bottom: 1px solid #d9d9d9;
+      background: #1890ff;
+      color: #ffffff;
     }
     .ant-collapse-content-box {
       .ant-form-item {
@@ -36,6 +38,9 @@
           height: 25px;
           line-height: 25px;
         }
+      }
+      .ant-btn {
+        margin-bottom: 10px;
       }
     }
     .search-element {
@@ -63,7 +68,6 @@
         text-overflow: ellipsis;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
-        // white-space: nowrap;
         width: 100%;
         .anticon {
           position: absolute;
@@ -141,12 +145,12 @@
           background: transparent;
         }
         .ant-modal-close {
-          opacity: 0.5;
+          opacity: 0.3;
         }
         .ant-modal-footer {
           position: relative;
           button {
-            opacity: 0.5;
+            opacity: 0.3;
           }
         }
         .action-mask {
@@ -160,8 +164,12 @@
 
       .modal-form {
         min-height: 87px;
+        .group-title {
+          margin: 10px 0px;
+          border-bottom: 1px solid #e8e8e8;
+        }
         > .ant-row {
-          min-height: 65px;
+          min-height: 120px;
         }
         .ant-row .ant-col-6 {
           padding: 0 12px!important;

--
Gitblit v1.8.0