From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 02 二月 2023 17:14:16 +0800 Subject: [PATCH] 2023-02-02 --- src/tabviews/custom/components/module/voucher/voucherTable/index.scss | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss index 7c3dcd3..fa2baa2 100644 --- a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss +++ b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss @@ -90,13 +90,29 @@ vertical-align: top; .content-wrap { - padding: 5px; + padding: 0px 5px; height: 100%; font-size: 13px; font-weight: bold; .count-wrap { text-align: right; + height: 20px; + } + .currency-select { + height: 20px; + vertical-align: top; + .ant-select-selection--single { + height: 20px; + } + .ant-select-selection__rendered { + line-height: 20px; + margin-left: 8px; + margin-right: 22px; + } + .ant-select-arrow { + right: 6px; + } } } .money-uint { @@ -147,20 +163,20 @@ } .ant-input-number.inner-input { display: inline-block; - width: 40px; + width: 50px; border-radius: 0; - height: 24px; + height: 20px; .ant-input-number-handler-wrap { display: none; } .ant-input-number-input { border-radius: 0; - height: 22px; - padding: 0 5px; + height: 18px; + padding: 0 3px; } } - .ant-select { + .ant-select:not(.currency-select) { padding: 0px; position: absolute; top: 0px; -- Gitblit v1.8.0