From 590a8198e9fcb503aaeb04f6d550c65bf30c0566 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 11 三月 2020 18:01:06 +0800
Subject: [PATCH] 2020-03-11

---
 src/tabviews/rolemanage/index.scss |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/rolemanage/index.scss b/src/tabviews/rolemanage/index.scss
index 30e6bcd..cdd317e 100644
--- a/src/tabviews/rolemanage/index.scss
+++ b/src/tabviews/rolemanage/index.scss
@@ -4,7 +4,42 @@
   position: relative;
   background: #fafafa;
   padding: 15px;
-  .role-title {
-    color: #36c6d3;
+  
+  .role-list {
+    min-height: calc(100vh - 125px);
+    .ant-card-head {
+      padding: 0 10px;
+      .role-title {
+        display: inline-block;
+        width: 100%;
+        color: #36c6d3;
+        .anticon-bank {
+          margin-right: 5px;
+        }
+        .ant-input-affix-wrapper {
+          width: calc(100% - 140px);
+          max-width: 130px;
+          margin-top: -2px;
+          float: right;
+          input {
+            border-radius: 20px;
+            height: 30px;
+          }
+        }
+      }
+    }
+    .ant-card-body {
+      padding: 0px;
+      .ant-menu-inline {
+        border-right: 0;
+        margin-top: 2px;
+      }
+    }
+  }
+  > .ant-spin {
+    position: fixed;
+    left: calc(50vw - 22px);
+    top: calc(50vh - 70px);
+    z-index: 1;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0