From db731b1d8b3ed1fcce588307b8bd5eccc4f805b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 五月 2024 11:30:39 +0800 Subject: [PATCH] 2024-05-08 --- src/tabviews/custom/components/module/invoice/index.scss | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/module/invoice/index.scss b/src/tabviews/custom/components/module/invoice/index.scss index 987d5a5..e6ea8f7 100644 --- a/src/tabviews/custom/components/module/invoice/index.scss +++ b/src/tabviews/custom/components/module/invoice/index.scss @@ -30,6 +30,10 @@ .mk-back:hover, .mk-back:active, .mk-back:focus { color: var(--mk-sys-color); } + .mk-addinv, .mk-addinv:active, .mk-addinv:focus { + color: #52c41a; + border-color: #52c41a; + } .mk-bill:hover, .mk-bill:active, .mk-bill:focus { color: var(--mk-sys-color); border-color: var(--mk-sys-color); @@ -154,6 +158,10 @@ flex: 1; padding: 6px 0; + .mk-name .ant-input-affix-wrapper .ant-input-suffix { + right: 35px; + } + .ant-form-item { display: flex; padding: 0 5px 0 15px; @@ -266,8 +274,13 @@ } } .inv-table { - .ant-table .ant-table-tbody tr:hover td { - background-color: var(--mk-sys-color1); + .ant-table .ant-table-tbody { + td { + vertical-align: top; + } + tr:hover td { + background-color: var(--mk-sys-color1); + } } } .tb-search-wrap { -- Gitblit v1.8.0