From 59002c8182d10c21a1becdff4e566ee11cd1cd91 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 四月 2024 18:13:08 +0800 Subject: [PATCH] 2024-04-23 --- src/tabviews/custom/components/module/invoice/index.scss | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/module/invoice/index.scss b/src/tabviews/custom/components/module/invoice/index.scss index 3774eff..2d09086 100644 --- a/src/tabviews/custom/components/module/invoice/index.scss +++ b/src/tabviews/custom/components/module/invoice/index.scss @@ -191,8 +191,14 @@ .inv-buyer { border-right: var(--inv-color, #13509c) 1px solid; .ant-form-item-label { - width: 95px; - min-width: 95px; + width: 103px; + min-width: 103px; + label:not(.ant-form-item-required) { + padding-left: 11px; + } + .ant-form-item-required::before { + line-height: 30px; + } } } .inv-notice { -- Gitblit v1.8.0