This commit is contained in:
syuilo
2020-07-04 21:07:45 +09:00
parent 233a837e35
commit acc88825fc
2 changed files with 5 additions and 10 deletions

View File

@ -69,6 +69,10 @@ export default Vue.extend({
<style lang="scss">
.sqadhkmv {
> *:not(:last-child) {
margin-bottom: var(--margin);
}
> .list-move {
transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}