From d5a12181a3fe9719e721920fea6093e31cc58ecb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 二月 2022 18:26:30 +0800 Subject: [PATCH] 2022-02-23 --- src/tabviews/custom/components/module/voucher/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/index.scss b/src/tabviews/custom/components/module/voucher/index.scss index 856d44b..0137321 100644 --- a/src/tabviews/custom/components/module/voucher/index.scss +++ b/src/tabviews/custom/components/module/voucher/index.scss @@ -7,6 +7,7 @@ background-size: cover; min-height: 150px; overflow-y: auto; + color: #000000; .voucher-header { padding: 10px; @@ -19,6 +20,7 @@ } } .voucher-body { + padding: 0 15px; .voucher-code { display: inline-block; width: 160px; @@ -32,12 +34,22 @@ width: 60px; } } + .pre-wrap { + padding: 10px 0px; + } .voucher-date { display: inline-block; .ant-calendar-picker { width: 120px; } } + .voucher-affix { + float: right; + width: 250px; + .ant-input { + width: 60px; + } + } } } -- Gitblit v1.8.0