From ee1973b21f6324fbe2ef4c7348567f4f2df23fee Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 20 三月 2023 16:13:37 +0800
Subject: [PATCH] 1.工单工序打印二维码bug问题修复
---
src/styles/global.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index f407cab..63c405a 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -83,6 +83,7 @@
width: 100%;
margin: 10px auto;
/*margin-top: 20px;*/
+ box-shadow: 0 0 5px #d7d6d6;
}
.operationClass {
@@ -151,3 +152,9 @@
/*scrollbar END*/
+.el-table__fixed::before{
+ height: 0 !important;
+}
+.el-table__fixed-right::before{
+ height: 0 !important;
+}
--
Gitblit v1.9.3