From c49b845d057873ed7943bf7a1513d8797b85e655 Mon Sep 17 00:00:00 2001 From: lisonge Date: Sat, 24 Feb 2024 18:13:51 +0800 Subject: [PATCH] perf: size --- src/App.vue | 2 + src/components/AttrCard.vue | 5 ++- src/components/DraggableCard.vue | 2 +- src/components/ScreenshotCard.vue | 68 ++++++++++++++++++++++++++----- src/components/SearchCard.vue | 2 +- src/views/SnapshotPage.vue | 2 +- 6 files changed, 66 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0fff163..2c6b374 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,6 +11,7 @@ import ErrorDlg from './components/ErrorDlg.vue';