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/menudesign/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/menudesign/index.scss b/src/views/menudesign/index.scss index 21de614..65fadca 100644 --- a/src/views/menudesign/index.scss +++ b/src/views/menudesign/index.scss @@ -160,3 +160,15 @@ } } } +.pc-menu-view.billPrint { + table { + border-radius: 0!important; + .ant-table-column-sorter { + display: none!important; + } + } + .ant-table-thead > tr > th { + background: transparent!important; + border-radius: 0!important; + } +} \ No newline at end of file -- Gitblit v1.8.0