From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 02 二月 2023 17:14:16 +0800 Subject: [PATCH] 2023-02-02 --- src/tabviews/custom/components/module/voucher/index.scss | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/index.scss b/src/tabviews/custom/components/module/voucher/index.scss index c57ba0c..aa48f4d 100644 --- a/src/tabviews/custom/components/module/voucher/index.scss +++ b/src/tabviews/custom/components/module/voucher/index.scss @@ -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; } -- Gitblit v1.8.0