From e44c622efee02beafab30da2a91561e8892e26ef Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 14 五月 2022 14:11:39 +0800
Subject: [PATCH] 2022-05-14

---
 src/views/billprint/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/billprint/index.scss b/src/views/billprint/index.scss
index 29dd0ba..9c88608 100644
--- a/src/views/billprint/index.scss
+++ b/src/views/billprint/index.scss
@@ -51,6 +51,13 @@
     background: transparent!important;
     border-radius: 0!important;
   }
+  .ant-table.ant-table-mini .ant-table-thead > tr > th {
+    padding: 8px 8px!important;
+  }
+  .ant-table.ant-table-mini .ant-table-tbody > tr > td {
+    padding: 2px 8px!important;
+    line-height: 1.5;
+  }
 }
 .print-page.auto:last-child {
   height: auto!important;

--
Gitblit v1.8.0