From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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