From 017dc20fec62887605642b28497f319bfd60b783 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Fri, 24 Dec 2021 16:55:25 +0800 Subject: [PATCH] fix: update mock --- src/views/dashboard/Edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index afe6c2bb..6ed4d281 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -57,8 +57,8 @@ const layout: LayoutConfig[] = [ { x: 16, y: 9, w: 4, h: 12, i: "11" }, { x: 20, y: 9, w: 4, h: 15, i: "12" }, { x: 0, y: 27, w: 4, h: 12, i: "14" }, - { x: 4, y: 8, w: 4, h: 12, i: "15" }, - { x: 8, y: 10, w: 4, h: 15, i: "16" }, + { x: 4, y: 27, w: 4, h: 12, i: "15" }, + { x: 8, y: 27, w: 4, h: 15, i: "16" }, ]; dashboardStore.setLayout(layout); document.addEventListener("click", setConfig, true);