修复
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user