From cf34b86540d81bedfcd08810200d6cb5c5ea4564 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 21 Feb 2023 11:46:10 +0800 Subject: [PATCH] perf: improve the layout of post tags (#869) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 优化文章管理列表的标签布局,改为单独占用一行。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/2926 Fixes https://github.com/halo-dev/halo/issues/3301 #### Screenshots: image #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 优化 Console 端文章管理的标签布局 ``` --- .../contents/posts/DeletedPostList.vue | 56 +++++++-------- src/modules/contents/posts/PostList.vue | 72 ++++++++++--------- 2 files changed, 66 insertions(+), 62 deletions(-) diff --git a/src/modules/contents/posts/DeletedPostList.vue b/src/modules/contents/posts/DeletedPostList.vue index 7e8022b0..f81677b4 100644 --- a/src/modules/contents/posts/DeletedPostList.vue +++ b/src/modules/contents/posts/DeletedPostList.vue @@ -347,37 +347,37 @@ function handleClearKeyword() { diff --git a/src/modules/contents/posts/PostList.vue b/src/modules/contents/posts/PostList.vue index 000c596d..4f16a08e 100644 --- a/src/modules/contents/posts/PostList.vue +++ b/src/modules/contents/posts/PostList.vue @@ -783,12 +783,6 @@ const hasFilters = computed(() => { > - {