From c7262ac9c1ac9f844f79b9193734c96644e3a165 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 22 七月 2025 15:45:53 +0800
Subject: [PATCH] 报工增加按人员或按组报工

---
 pages/product/report/index.scss |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/pages/product/report/index.scss b/pages/product/report/index.scss
index 77e15ec..14d2df6 100644
--- a/pages/product/report/index.scss
+++ b/pages/product/report/index.scss
@@ -1,4 +1,33 @@
-	.packing-registration-param {
+		/* 寮圭獥鏍峰紡 */
+		/* 澶嶉�夋鏍峰紡 */
+	.checkbox-item {
+		width: 230px;
+		display: flex;
+		align-items: center;
+		padding: 20rpx 0;
+		border-bottom: 1rpx solid #f5f5f5;
+		background-color: #f8f9fa;
+
+		.label {
+			position: relative;
+			left: 130px;
+		}
+	}
+    .popup-content {
+		padding: 30rpx;
+		max-height: 70vh;
+		overflow-y: auto;
+	}
+
+	.popup-header {
+		display: flex;
+		justify-content: space-between;
+		align-items: center;
+		padding-bottom: 20rpx;
+		border-bottom: 1rpx solid #eee;
+		margin-bottom: 20rpx;
+	}
+  .packing-registration-param {
   padding: 40rpx 30rpx 10rpx 30rpx;
   height: 350px;
   overflow: hidden;
@@ -192,3 +221,8 @@
     }
   }
 }
+
+
+.u-radio__icon-wrap--disabled {
+		background-color: rgb(123, 128, 135) !important;
+}
\ No newline at end of file

--
Gitblit v1.9.3