From e469a34f26637e177854b960bbd35c900ce0daff Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 30 一月 2023 15:50:34 +0800
Subject: [PATCH] 2023-01-30

---
 src/tabviews/custom/components/module/voucher/voucherTable/index.scss |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss
index 091a093..7c3dcd3 100644
--- a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss
+++ b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss
@@ -94,6 +94,10 @@
           height: 100%;
           font-size: 13px;
           font-weight: bold;
+
+          .count-wrap {
+            text-align: right;
+          }
         }
         .money-uint {
           height: 100%;
@@ -129,7 +133,7 @@
     border-radius: 0;
     resize: none;
   }
-  .ant-input-number {
+  .ant-input-number:not(.inner-input) {
     height: 60px;
     border-radius: 0;
     
@@ -141,6 +145,21 @@
       height: 60px;
     }
   }
+  .ant-input-number.inner-input {
+    display: inline-block;
+    width: 40px;
+    border-radius: 0;
+    height: 24px;
+
+    .ant-input-number-handler-wrap {
+      display: none;
+    }
+    .ant-input-number-input {
+      border-radius: 0;
+      height: 22px;
+      padding: 0 5px;
+    }
+  }
   .ant-select {
     padding: 0px;
     position: absolute;

--
Gitblit v1.8.0