From a2b5d58d080bd399b8b41c2290573015785d684f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 二月 2022 15:09:38 +0800 Subject: [PATCH] 2022-02-22 --- src/tabviews/custom/components/module/voucher/index.scss | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/index.scss b/src/tabviews/custom/components/module/voucher/index.scss index 5a70b9e..856d44b 100644 --- a/src/tabviews/custom/components/module/voucher/index.scss +++ b/src/tabviews/custom/components/module/voucher/index.scss @@ -8,6 +8,37 @@ min-height: 150px; overflow-y: auto; + .voucher-header { + padding: 10px; + border-bottom: 1px solid #eeeeee; + + .header-btn { + height: 28px; + min-width: 80px; + margin-right: 10px; + } + } + .voucher-body { + .voucher-code { + display: inline-block; + width: 160px; + margin-right: 15px; + + .ant-select { + width: 65px; + margin-right: 10px; + } + .ant-input { + width: 60px; + } + } + .voucher-date { + display: inline-block; + .ant-calendar-picker { + width: 120px; + } + } + } } -- Gitblit v1.8.0