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