长大了你要当太空人

This commit is contained in:
lzp
2026-03-26 11:50:17 +08:00
parent 7f27b1a47e
commit dd22e97985
11 changed files with 81 additions and 67 deletions

View File

@@ -96,3 +96,10 @@ body,
--el-color-primary-dark-2: #565656;
/* 深灰色加深20% */
}
.mini-scrollbar::-webkit-scrollbar {
width: 0.4rem;
}
.mini-scrollbar::-webkit-scrollbar-thumb {
border-radius: 0.4rem;
background: rgba(0, 0, 0, 0.2);
}

View File

@@ -105,3 +105,15 @@ body,
--el-color-primary-light-9: #e3e3e3; /* 极浅的灰色混合60%白) */
--el-color-primary-dark-2: #565656; /* 深灰色加深20% */
}
// 迷你滚动条
.mini-scrollbar {
&::-webkit-scrollbar {
width: 0.4rem;
}
&::-webkit-scrollbar-thumb {
border-radius: 0.4rem;
background: rgba(0, 0, 0, 0.2);
}
}