From fc8c8d714687a22f711d642d192bd4149f3b7e88 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 22 四月 2024 11:15:14 +0800
Subject: [PATCH] 2024-04-22

---
 src/tabviews/custom/components/module/invoice/index.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/module/invoice/index.scss b/src/tabviews/custom/components/module/invoice/index.scss
index 49e58ea..3774eff 100644
--- a/src/tabviews/custom/components/module/invoice/index.scss
+++ b/src/tabviews/custom/components/module/invoice/index.scss
@@ -6,6 +6,7 @@
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
+  min-height: 500px;
   --inv-color: #13509c;
 
   .inv-action {
@@ -50,6 +51,9 @@
         .ant-select-selection__placeholder {
           text-align: center;
           font-family: kaiti;
+          height: 30px;
+          line-height: 30px;
+          margin-top: -12px;
         }
       }
     }
@@ -91,6 +95,7 @@
   }
   .ant-input.ant-input-disabled {
     cursor: text;
+    color: rgba(0, 0, 0, 0.85);
     background: transparent!important;
   }
 
@@ -219,6 +224,27 @@
       }
     }
   }
+
+  .loading-mask {
+    position: absolute;
+    left: 0px;
+    top: 0;
+    right: 0px;
+    bottom: 0px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    text-align: justify;
+    z-index: 1;
+
+    .ant-spin-blur {
+      position: absolute;
+      width: 100%;
+      height: 100%;
+      opacity: 0.5;
+      background: #ffffff;
+    }
+  }
 }
 .inv-table {
   .ant-table .ant-table-tbody tr:hover td {

--
Gitblit v1.8.0