From 90fff0ec484bbb3a10248f389cb9c4bddeff93ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 一月 2023 18:10:44 +0800 Subject: [PATCH] 2023-01-31 --- src/menu/components/module/voucher/index.scss | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/menu/components/module/voucher/index.scss b/src/menu/components/module/voucher/index.scss index f88ea60..98fb66f 100644 --- a/src/menu/components/module/voucher/index.scss +++ b/src/menu/components/module/voucher/index.scss @@ -53,6 +53,33 @@ } } } + .temp-code { + display: inline-block; + width: 180px; + margin-right: 15px; + + div { + display: inline-block; + min-width: 100px; + margin-right: 10px; + margin-left: 10px; + border: 1px solid #d9d9d9; + padding: 4px 10px; + border-radius: 4px; + + .anticon-down { + position: relative; + left: 3px; + color: #c8c8c8; + font-size: 12px; + margin-left: 5px; + } + } + } + .header-btn { + float: right; + margin-left: 10px; + } .pre-wrap { padding: 10px 0px; } @@ -87,6 +114,9 @@ border-radius: 4px; } } + .user { + padding-top: 15px; + } } .add-background { -- Gitblit v1.8.0