From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 30 4月 2025 16:24:16 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/components/Radio/Radio.module.scss |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/PipeLineLems/web/src/components/Radio/Radio.module.scss b/PipeLineLems/web/src/components/Radio/Radio.module.scss
index 546fd97..851406a 100644
--- a/PipeLineLems/web/src/components/Radio/Radio.module.scss
+++ b/PipeLineLems/web/src/components/Radio/Radio.module.scss
@@ -2,9 +2,9 @@
   height: 24px;
   line-height: 20px;
   text-align: center;
-  background: #FFFFFF;
+  background: #ffffff;
   border-radius: 19px;
-  border: 1px dashed #BCC4CC;
+  border: 1px dashed #bcc4cc;
   font-size: 14px;
   font-weight: 400;
   color: #333333;
@@ -16,13 +16,14 @@
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
-  color: #5A84FF;
+  color: #5a84ff;
 }
 
 // 娴姩灞�
 .dropdown {
   width: 180px;
   max-height: 236px;
+  overflow-y: auto;
   background: #ffffff;
   box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
   border-radius: 6px 6px 6px 6px;
@@ -37,9 +38,6 @@
     color: #333;
     font-family: PingFang SC, PingFang SC;
     font-weight: 400;
-
-
-
 
     &:hover {
       width: 172px;
@@ -56,18 +54,17 @@
       .fitTag {
         padding: 0 19px;
         box-sizing: border-box;
-        background: #5A84FF;
+        background: #5a84ff;
         color: #ffffff;
         width: fit-content;
         max-width: 100%;
         height: 24px;
-        background: #5A84FF;
+        background: #5a84ff;
         border-radius: 19px 19px 19px 19px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
       }
-
     }
 
     .lineTag {
@@ -79,13 +76,11 @@
   }
 }
 
-
-
 .pl {
   height: 24px;
-  background: #FFFFFF;
+  background: #ffffff;
   border-radius: 19px;
-  border: 1px dashed #BCC4CC;
+  border: 1px dashed #bcc4cc;
   font-size: 14px;
   font-weight: 400;
   color: #333333;
@@ -106,4 +101,4 @@
 .tagClose {
   cursor: pointer;
   margin-left: 5px;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3