From ee22c4b77a9409f0c1e03e07a3bee70a222221da Mon Sep 17 00:00:00 2001 From: fanxb Date: Mon, 28 Mar 2022 17:01:45 +0800 Subject: [PATCH] temp --- bookmark_front/src/components/main/Search.vue | 32 ++++++-------- .../components/main/things/AddBookmark.vue | 43 +++++++++++-------- bookmark_front/src/main.js | 4 +- bookmark_front/src/store/modules/treeData.js | 6 ++- .../src/views/home/PinBookmarkItem.vue | 15 ++++--- .../src/views/manage/bookmarkTree/index.vue | 16 +++---- 6 files changed, 62 insertions(+), 54 deletions(-) diff --git a/bookmark_front/src/components/main/Search.vue b/bookmark_front/src/components/main/Search.vue index c84b1c0..27fe25c 100644 --- a/bookmark_front/src/components/main/Search.vue +++ b/bookmark_front/src/components/main/Search.vue @@ -19,22 +19,20 @@
-
+
{{ item.name }}
-
+
- + diff --git a/bookmark_front/src/components/main/things/AddBookmark.vue b/bookmark_front/src/components/main/things/AddBookmark.vue index b33df6c..68c644f 100644 --- a/bookmark_front/src/components/main/things/AddBookmark.vue +++ b/bookmark_front/src/components/main/things/AddBookmark.vue @@ -1,14 +1,14 @@