📝: 更新日志

This commit is contained in:
就眠儀式
2022-05-01 20:41:10 +08:00
parent edbb777928
commit 8e829de271
4 changed files with 117 additions and 8 deletions

View File

@@ -20,8 +20,7 @@
height: data.barHeight + 'px',
width: thumbWidth + 'px',
transform: 'translateY(' + data.translateY + 'px)',
backgroundColor:
data.heightPre == 1 ? 'rgba(0,0,0,0)' : thumbColor,
backgroundColor: data.heightPre == 1 ? 'rgba(0,0,0,0)' : thumbColor,
}"
class="layui-scroll-thumb"
@mousedown.stop.prevent="moveStart"