📝: 更新日志

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

@@ -32,7 +32,7 @@
"dependencies": {
"@layui/icons-vue": "^1.0.8",
"@layui/layer-vue": "^1.3.13",
"@vueuse/core": "^8.3.0",
"@vueuse/core": "^8.3.1",
"animate.css": "^4.1.1",
"async-validator": "^4.0.7",
"cropperjs": "^1.5.12",
@@ -40,7 +40,7 @@
"dayjs": "^1.11.0",
"evtd": "^0.2.3",
"uuid": "^8.3.2",
"vue-i18n": "^9.2.0-beta.34"
"vue-i18n": "^9.1.9"
},
"devDependencies": {
"@babel/core": "^7.17.9",

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"