From b8cdbe3fbd57bbd513509a7d76c529096b1a7153 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 15 七月 2020 14:39:10 +0800
Subject: [PATCH] 2020-07-15

---
 src/mob/datasource/verifycard/index.scss |  118 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 63 insertions(+), 55 deletions(-)

diff --git a/src/mob/datasource/verifycard/index.scss b/src/mob/datasource/verifycard/index.scss
index a915727..6a7c5e3 100644
--- a/src/mob/datasource/verifycard/index.scss
+++ b/src/mob/datasource/verifycard/index.scss
@@ -1,66 +1,74 @@
-.verify-card-box {
-  .ant-tabs-nav-scroll {
-    text-align: center;
+#mob-verify-card-box-tab {
+  .ant-spin {
+    position: absolute;
+    left: calc(50% - 16px);
+    top: 220px;
+    z-index: 1;
   }
-  .ant-tabs-content {
-    min-height: 40vh;
-  }
-  table tr td {
-    word-wrap: break-word;
-    word-break: break-word;
-  }
-  .verify-form {
-    .ant-input-number {
-      width: 100%;
+  .verify-card-box {
+    .ant-tabs-nav-scroll {
+      text-align: center;
     }
-    .sql {
-      .ant-col-sm-8 {
-        width: 10.5%;
+    .ant-tabs-content {
+      min-height: 40vh;
+    }
+    table tr td {
+      word-wrap: break-word;
+      word-break: break-word;
+    }
+    .verify-form {
+      .ant-input-number {
+        width: 100%;
       }
-      .ant-col-sm-16 {
-        width: 89.5%;
+      .sql {
+        .ant-col-sm-8 {
+          width: 10.5%;
+        }
+        .ant-col-sm-16 {
+          width: 89.5%;
+          padding-top: 4px;
+        }
+      }
+      .sqlfield {
+        .ant-form-item {
+          margin-bottom: 5px;
+        }
+        .ant-form-item-control {
+          line-height: 24px;
+        }
+        .ant-form-item-label {
+          line-height: 25px;
+        }
+        .ant-form-item-children {
+          line-height: 22px;
+        }
+        .ant-col-sm-8 {
+          width: 10.5%;
+        }
+        .ant-col-sm-16 {
+          width: 89.5%;
+        }
+      }
+      .add {
         padding-top: 4px;
       }
-    }
-    .sqlfield {
-      .ant-form-item {
-        margin-bottom: 5px;
-      }
-      .ant-form-item-control {
-        line-height: 24px;
-      }
-      .ant-form-item-label {
-        line-height: 25px;
-      }
-      .ant-form-item-children {
-        line-height: 22px;
-      }
-      .ant-col-sm-8 {
-        width: 10.5%;
-      }
-      .ant-col-sm-16 {
-        width: 89.5%;
+      .anticon-question-circle {
+        color: #c49f47;
+        margin-right: 3px;
       }
     }
-    .add {
-      padding-top: 4px;
+    .custom-table .ant-empty {
+      margin: 20px 8px!important;
     }
-    .anticon-question-circle {
-      color: #c49f47;
-      margin-right: 3px;
+    .errorval {
+      display: inline-block;
+      width: 30px;
     }
-  }
-  .custom-table .ant-empty {
-    margin: 20px 8px!important;
-  }
-  .errorval {
-    display: inline-block;
-    width: 30px;
-  }
-  .operation-btn {
-    display: inline-block;
-    font-size: 16px;
-    padding: 0 5px;
-    cursor: pointer;
+    .operation-btn {
+      display: inline-block;
+      font-size: 16px;
+      padding: 0 5px;
+      cursor: pointer;
+    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0