From 0245e64a9dff794903e546c3bdf9fef7efeefdf1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 十二月 2022 16:09:04 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/views/billprint/index.scss | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/billprint/index.scss b/src/views/billprint/index.scss index 0903dc2..fa8b84a 100644 --- a/src/views/billprint/index.scss +++ b/src/views/billprint/index.scss @@ -46,9 +46,6 @@ .g2-tooltip { display: none; } - .mk-action-space { - display: none; - } } .print-page { @@ -72,6 +69,15 @@ padding: 2px 8px!important; line-height: 1.5; } + .ant-table-placeholder { + display: none; + } + .ant-empty { + display: none; + } + .mk-action-space { + display: none; + } } .print-page.auto:last-child { height: auto!important; -- Gitblit v1.8.0