From 5d0f7a5aa4ee994782f3f3bcc66e23653a6ac40a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 19 七月 2024 10:07:46 +0800
Subject: [PATCH] #
---
src/main/webapp/static/wcs/css/render.css | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/wcs/css/render.css b/src/main/webapp/static/wcs/css/render.css
index c00b658..773e21a 100644
--- a/src/main/webapp/static/wcs/css/render.css
+++ b/src/main/webapp/static/wcs/css/render.css
@@ -19,7 +19,7 @@
}
.head-left {
height: 100%;
- width: 20%;
+ width: 50%;
display: inline-block;
}
.head-right {
@@ -552,4 +552,60 @@
.layui-table-cell {
height: auto ;
white-space: normal;
+}
+.barcode1{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 250px;
+}
+.barcode2{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 340px;
+}
+.barcode3{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 430px;
+}
+.barcode4{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 545px;
+}
+.barcode5{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 660px;
+}
+.barcode6{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 220px;
+ top: 770px;
+}
+.barcode7{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 1450px;
+ top: 685px;
+}
+.barcode8{
+ position: absolute;
+ width: 100px;
+ height: 50px;
+ left: 1450px;
+ top: 570px;
}
\ No newline at end of file
--
Gitblit v1.9.1