From 684867142a6aa39011da24b734ce17de54407884 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 五月 2024 22:11:05 +0800 Subject: [PATCH] 2024-05-17 --- src/tabviews/custom/components/module/invoice/index.scss | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 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..1ec31ae 100644 --- a/src/tabviews/custom/components/module/invoice/index.scss +++ b/src/tabviews/custom/components/module/invoice/index.scss @@ -49,6 +49,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 +305,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