This commit is contained in:
乘风
2026-01-12 12:24:28 +08:00
parent 6d1918f769
commit b52368bd86

View File

@@ -1,4 +1,5 @@
// SCSS 混入Mixins
@use 'sass:math';
// ==================== 文本省略 ====================
@@ -66,7 +67,7 @@
&::-webkit-scrollbar-thumb {
background-color: $thumb-color;
border-radius: $width / 2;
border-radius: math.div($width, 2);
&:hover {
background-color: rgba(0, 0, 0, 0.3);