From 83cb088df84fdd65364dc506d89d851271fc7ad9 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 15 Sep 2023 00:14:14 +0800 Subject: [PATCH] feat: improve the styles of the data list filter area on the mobile devices (#4587) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area console /kind improvement /milestone 2.10.x #### What this PR does / why we need it: 改进移动设备上数据列表过滤器区域的样式。 before: image after: image #### Which issue(s) this PR fixes: Ref https://github.com/halo-dev/halo/issues/2699 #### Does this PR introduce a user-facing change? ```release-note 改进 Console 端在移动设备上数据列表过滤器区域的样式。 ``` --- console/src/components/input/SearchInput.vue | 2 +- .../contents/attachments/AttachmentList.vue | 172 ++++++++-------- .../modules/contents/comments/CommentList.vue | 172 ++++++++-------- .../contents/pages/DeletedSinglePageList.vue | 30 ++- .../modules/contents/pages/SinglePageList.vue | 172 ++++++++-------- .../contents/posts/DeletedPostList.vue | 30 ++- .../src/modules/contents/posts/PostList.vue | 188 +++++++++--------- .../src/modules/system/plugins/PluginList.vue | 112 +++++------ console/src/modules/system/users/UserList.vue | 114 ++++++----- 9 files changed, 480 insertions(+), 512 deletions(-) diff --git a/console/src/components/input/SearchInput.vue b/console/src/components/input/SearchInput.vue index cc4f154d7..803d53c0f 100644 --- a/console/src/components/input/SearchInput.vue +++ b/console/src/components/input/SearchInput.vue @@ -35,7 +35,7 @@ function onKeywordChange() {