Skip to content

Commit 455c5c5

Browse files
author
Guillaume Chau
committed
feat(widget): resize transition
1 parent fff82ca commit 455c5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-ui/src/components/Widget.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ export default {
532532
z-index 10000
533533
534534
.widget
535-
&:not(.moving)
535+
&:not(.moving):not(.resizing)
536536
.shell
537-
transition left .15s, top .15s
537+
transition left .15s, top .15s, width .15s, height .15s
538538
539539
&.selected
540540
.customize-overlay

0 commit comments

Comments
 (0)