From ec18d8510da86ee49c65862e275fce965c9f4859 Mon Sep 17 00:00:00 2001
From: zhouhong <1432755665@qq.com>
Date: Mon, 23 May 2022 16:31:07 +0800
Subject: [PATCH] 入库出库组盘页面整改

---
 src/main/resources/templates/receipt/receiving/receiving.html | 8 ++++++++
 1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/receipt/receiving/receiving.html b/src/main/resources/templates/receipt/receiving/receiving.html
index 5be6fab..a0c82c4 100644
--- a/src/main/resources/templates/receipt/receiving/receiving.html
+++ b/src/main/resources/templates/receipt/receiving/receiving.html
@@ -32,6 +32,14 @@
 	#my_thumbnail img{
 		margin: 0 5px;
 	}
+	.select-list li select {
+		border: 1px solid #ddd;
+		border-radius: 4px;
+		background: transparent;
+		outline: none;
+		height: 32px;
+		width: 200px;
+	}
 </style>
 <body class="gray-bg">
 <div class="container-div">
--
libgit2 0.22.2