From f89183feaeaf4d52b994bb4d3f9a8d7ca6dadec4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 一月 2021 16:58:14 +0800 Subject: [PATCH] 2021-01-26 --- src/views/billprint/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/billprint/index.scss b/src/views/billprint/index.scss index 3eecf5a..7ab170f 100644 --- a/src/views/billprint/index.scss +++ b/src/views/billprint/index.scss @@ -31,6 +31,18 @@ } } +.print-page { + table { + border-radius: 0!important; + .ant-table-column-sorter { + display: none; + } + } + .ant-table-thead > tr > th { + background: transparent!important; + } +} + .normal-custom-table .main-pickup { display: none!important; } -- Gitblit v1.8.0