From 4b483d9d06bead231b88ca212fd799196668a057 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 28 四月 2026 22:58:27 +0800
Subject: [PATCH] fix(任务服务): 修复出库任务选择逻辑和货位分配问题
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/css/swaggerdoc.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/css/swaggerdoc.css b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/css/swaggerdoc.css
index 1a05ca2..bfc7475 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/css/swaggerdoc.css
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/css/swaggerdoc.css
@@ -55,6 +55,7 @@
-webkit-transform: translateY(0);
transform: translateY(0);
}
+
.drop li:first-child:before {
content: " ";
font-size: 0;
@@ -86,6 +87,7 @@
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
+
.drop li:first-child a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
@@ -97,6 +99,7 @@
border-bottom-right-radius: 5px;
border-bottom: none;
}
+
.drop li:hover:before {
background-color: #85ea2d;
}
@@ -104,6 +107,4 @@
.drop li:hover a {
background-color: #85ea2d;
color: #fff;
-}
-
-
+}
\ No newline at end of file
--
Gitblit v1.9.3