From f904792eca64e1f3ede7c8a2bd8c2aa6ab25e2de Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 3 Mar 2022 19:19:37 +0800 Subject: [PATCH] fix: update layout config --- src/views/dashboard/controls/Tab.vue | 23 ++++++++++++++++++++--- src/views/dashboard/controls/Widget.vue | 3 +++ src/views/dashboard/panel/Layout.vue | 1 + 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index 8105bc5e..3c8a1fe2 100644 --- a/src/views/dashboard/controls/Tab.vue +++ b/src/views/dashboard/controls/Tab.vue @@ -56,7 +56,9 @@ limitations under the License. --> :row-height="10" :is-draggable="true" :is-resizable="true" - @layout-updated="layoutUpdatedEvent" + :vertical-compact="true" + :use-css-transforms="true" + :responsive="true" >