From 80deba0c2dcffd9e6b6f07815c7c52199309ce42 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 六月 2025 17:36:03 +0800 Subject: [PATCH] 2025-06-23 --- src/tabviews/custom/components/module/invoice/index.scss | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/module/invoice/index.scss b/src/tabviews/custom/components/module/invoice/index.scss index e6ea8f7..dcae8ad 100644 --- a/src/tabviews/custom/components/module/invoice/index.scss +++ b/src/tabviews/custom/components/module/invoice/index.scss @@ -23,6 +23,8 @@ margin-left: 0px; padding: 0px; box-shadow: none; + position: relative; + z-index: 1; } .mk-back::after { display: none; @@ -49,6 +51,38 @@ position: relative; height: 70px; margin-right: 30px; + .inv-type { + width: 390px; + display: inline-block; + position: relative; + font-size: 25px; + text-align: center; + font-family: kaiti; + color: var(--inv-color, #13509c); + } + .inv-type::before, .inv-type::after { + content: ''; + display: block; + width: 100%; + position: absolute; + border-top: var(--inv-color, #13509c) 1px solid; + border-bottom: var(--inv-color, #13509c) 1px solid; + height: 1px; + } + .inv-type::before { + bottom: -10px; + } + .inv-type::after { + bottom: -15px; + } + .inv-msg { + position: absolute; + right: 100px; + top: 0px; + font-size: 13px; + text-align: left; + color: var(--inv-color, #13509c); + } .ant-select { width: 390px; border: none; @@ -273,6 +307,17 @@ } } } +.menu-invoice-wrap.read_only { + .ant-form-item-children { + color: rgba(0, 0, 0, 0.85); + } + .ant-input-suffix, .ant-form-extra, .anticon-ellipsis { + display: none; + } + .plus-line, .del-line { + display: none!important; + } +} .inv-table { .ant-table .ant-table-tbody { td { -- Gitblit v1.8.0