update:优化图库加载

This commit is contained in:
jiewenhuang 2023-11-06 15:52:51 +08:00
parent d6a4d45bb3
commit 5094ed862b
2 changed files with 1 additions and 16 deletions

View File

@ -367,19 +367,4 @@
}
}
.sjs-default {
position: relative;
padding: 0;
margin: 0;
opacity: 0;
transition: height .2s ease-out, opacity .2s ease-out .2s;
}
[data-sjsel] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: transform .2s ease-out;
}

File diff suppressed because one or more lines are too long