From 1ba430d58ea3fd662d09b99f6e22ed3b3564a356 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 03 二月 2023 14:15:31 +0800
Subject: [PATCH] 2023-02-03

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

diff --git a/src/tabviews/custom/components/module/voucher/index.scss b/src/tabviews/custom/components/module/voucher/index.scss
index e3b1dd9..aa48f4d 100644
--- a/src/tabviews/custom/components/module/voucher/index.scss
+++ b/src/tabviews/custom/components/module/voucher/index.scss
@@ -20,7 +20,7 @@
     }
   }
   .voucher-body {
-    padding: 0 15px;
+    padding: 0 30px;
     .voucher-code {
       display: inline-block;
       width: 160px;
@@ -33,6 +33,22 @@
       .ant-input {
         width: 60px;
       }
+      .ant-input-number {
+        display: inline-block;
+        width: 60px;
+        .ant-input-number-handler-wrap {
+          display: none;
+        }
+      }
+    }
+    .voucher-affix {
+      .ant-input-number {
+        display: inline-block;
+        width: 50px;
+        .ant-input-number-handler-wrap {
+          display: none;
+        }
+      }
     }
     .pre-wrap {
       padding: 10px 0px;
@@ -43,9 +59,14 @@
         width: 120px;
       }
     }
+    .voucher-text {
+      display: inline-block;
+      width: calc(56% - 350px);
+      margin-left: 12px;
+    }
     .voucher-affix {
       float: right;
-      width: 250px;
+      width: 240px;
       .ant-input {
         width: 60px;
       }
@@ -73,6 +94,9 @@
     border-color: var(--mk-sys-color);
     color: #ffffff;
   }
+  .user {
+    padding: 15px 30px 0px;
+  }
 }
 
 .mk-vcode-dropdown {

--
Gitblit v1.8.0