From 74401f4e790b6b03c20e55d8043989570f1162f1 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 10 Jan 2022 15:41:53 +0800 Subject: [PATCH] feat:cancel selected widgets --- src/views/dashboard/Edit.vue | 10 ++++++++-- src/views/dashboard/controls/Tab.vue | 25 +++++++++++++++++++------ src/views/dashboard/panel/Layout.vue | 1 - 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index 87f5c8f2..ba9da3aa 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -->