From ff006f77f6267fc0d2c4ee810d897a85165f5b8f Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 30 四月 2026 22:08:29 +0800
Subject: [PATCH] Merge branch 'xiaoyang' into dev
---
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