From 4ca0a092817535799d64532802d984e2f489abdd Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 19 Jun 2025 16:03:00 +0800 Subject: [PATCH] refactor: adjust max width of post title field (#7564) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind improvement /milestone 2.21.x #### What this PR does / why we need it: before: image after: image #### Which issue(s) this PR fixes: Fixes #7561 #### Does this PR introduce a user-facing change? ```release-note 调整 Console 文章列表的标题区域最大宽度 ``` --- .../contents/pages/DeletedSinglePageList.vue | 5 ++++- .../components/entity-fields/TitleField.vue | 1 + .../contents/posts/DeletedPostList.vue | 2 +- .../components/entity-fields/TitleField.vue | 1 + .../src/components/entity/EntityField.vue | 21 ++++++++++++------- .../posts/components/PostListItem.vue | 1 + 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/ui/console-src/modules/contents/pages/DeletedSinglePageList.vue b/ui/console-src/modules/contents/pages/DeletedSinglePageList.vue index 21b4f14d0..813283596 100644 --- a/ui/console-src/modules/contents/pages/DeletedSinglePageList.vue +++ b/ui/console-src/modules/contents/pages/DeletedSinglePageList.vue @@ -321,7 +321,10 @@ watch( - +