From 5ea9c480262010a8ee08b3c94377013a42263ffc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 01 四月 2024 11:40:02 +0800 Subject: [PATCH] 2024-04-01 --- src/tabviews/custom/components/module/voucher/index.scss | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/index.scss b/src/tabviews/custom/components/module/voucher/index.scss index 0849306..b3e1c34 100644 --- a/src/tabviews/custom/components/module/voucher/index.scss +++ b/src/tabviews/custom/components/module/voucher/index.scss @@ -34,6 +34,11 @@ } } .voucher-body { + .voucher-number { + display: inline-block; + white-space: nowrap; + margin-right: 15px; + } .voucher-code { display: inline-block; width: 160px; @@ -65,6 +70,10 @@ } .pre-wrap { padding: 10px 0px; + + .ant-input.ant-input-disabled, .ant-input-number.ant-input-number-disabled, .ant-select.ant-select-disabled { + color: rgba(0, 0, 0, 0.65); + } } .voucher-date { display: inline-block; @@ -74,7 +83,7 @@ } .voucher-text { display: inline-block; - width: calc(56% - 350px); + width: calc(68% - 545px); margin-left: 12px; } .voucher-affix { -- Gitblit v1.8.0