From 34e7681fd12b1c4e4994d3bea1a553870e10bc50 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 11 三月 2023 17:58:54 +0800 Subject: [PATCH] 2023-03-11 --- src/menu/components/module/voucher/index.scss | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/src/menu/components/module/voucher/index.scss b/src/menu/components/module/voucher/index.scss index c7def70..f7b22db 100644 --- a/src/menu/components/module/voucher/index.scss +++ b/src/menu/components/module/voucher/index.scss @@ -7,6 +7,7 @@ background-size: cover; min-height: 150px; overflow-y: auto; + overflow-x: hidden; .anticon-tool { position: absolute; @@ -30,7 +31,6 @@ } } .voucher-body { - padding: 0 15px; .voucher-code { display: inline-block; width: 160px; @@ -52,6 +52,33 @@ margin-left: 5px; } } + } + .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