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

---
 src/templates/tableshare/verifycardprint/index.scss |   39 ++++-----------------------------------
 1 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/src/templates/tableshare/verifycardprint/index.scss b/src/templates/tableshare/verifycardprint/index.scss
index e9b51d0..cdbf6b1 100644
--- a/src/templates/tableshare/verifycardprint/index.scss
+++ b/src/templates/tableshare/verifycardprint/index.scss
@@ -1,44 +1,13 @@
-.verify-card-box {
+.verify-card-print-box {
   .ant-tabs-nav-scroll {
     text-align: center;
   }
   .ant-tabs-content {
     min-height: 40vh;
   }
-  table tr td {
-    word-wrap: break-word;
-    word-break: break-word;
-  }
-  .verify-form {
-    .ant-input-number {
-      width: 100%;
-    }
-    .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-col-sm-8 {
-        width: 10.5%;
-      }
-      .ant-col-sm-16 {
-        width: 89.5%;
-      }
-    }
-    .add {
-      padding-top: 4px;
-    }
-  }
-  .custom-table .ant-empty {
-    margin: 20px 8px!important;
+  .ant-input-disabled {
+    color: rgba(0, 0, 0, 0.65);
+    cursor: default;
   }
   .errorval {
     display: inline-block;

--
Gitblit v1.8.0