🎨
This commit is contained in:
parent
410939a524
commit
f660782a44
2 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,7 @@ export default defineComponent({
|
|||
|
||||
function onBeforeLeave(el: HTMLElement) {
|
||||
el.style.top = `${el.offsetTop}px`;
|
||||
el.style.left = `${el.offsetLeft}px`;
|
||||
}
|
||||
function onLeaveCanceled(el: HTMLElement) {
|
||||
el.style.top = '';
|
||||
|
|
|
@ -66,7 +66,6 @@ function del() {
|
|||
position: relative;
|
||||
background-color: transparent;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
> .avatar {
|
||||
position: sticky;
|
||||
|
|
Loading…
Reference in a new issue