From 4007548c8e2baa76867dbde00301faf872b742a4 Mon Sep 17 00:00:00 2001 From: huweihang <916879598@qq.com> Date: Wed, 17 Dec 2025 02:07:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B7=BB=E5=8A=A0=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E6=A0=B7=E5=BC=8F=E5=B9=B6=E8=B0=83=E6=95=B4=E9=80=89?= =?UTF-8?q?=E5=8C=BA=E5=8C=BA=E5=9F=9F=E7=9A=84=E7=B1=BB=E5=90=8D=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/signup/SignupModal.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/components/signup/SignupModal.vue b/src/components/signup/SignupModal.vue index 9b5f35e5..9ee4111a 100644 --- a/src/components/signup/SignupModal.vue +++ b/src/components/signup/SignupModal.vue @@ -104,7 +104,7 @@
已选
-
+
项目内学员
@@ -596,8 +596,23 @@ export default { .right1 { border-left: 1px solid #f2f6fe; margin-left: 20px; - max-width: 200px; - + width: 200px; + .selected-area { + &::-webkit-scrollbar-thumb { + border-radius: 4px; + background-color: #4284F7; + } + &::-webkit-scrollbar { + width: 6px; + height: 6px; + background-color:rgba(0, 0, 0, .1); + border-radius: 4px; + } + &::-webkit-scrollbar-thumb { + border-radius: 4px; + background-color: #4284F7 + } + } .onerow { display: flex; justify-content: space-between;