wip
This commit is contained in:
parent
f4e02d4a4c
commit
ab50d5ef20
5 changed files with 45 additions and 77 deletions
|
@ -150,10 +150,10 @@ export default defineComponent({
|
|||
});
|
||||
</script>
|
||||
|
||||
<style vars="{ transformOrigin }">
|
||||
<style>
|
||||
.modal-popup-content-enter-active, .modal-popup-content-leave-active,
|
||||
.modal-content-enter-from, .modal-content-leave-to {
|
||||
transform-origin: var(--transformOrigin);
|
||||
transform-origin: v-bind(transformOrigin);
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue