From 50c178a1c1b34595a72c00e3ea8368ce9e7b411f Mon Sep 17 00:00:00 2001 From: ZXSheng <952396285@qq.com> Date: Mon, 11 Apr 2022 17:04:11 +0800 Subject: [PATCH] fix: abnormal style due to long title of recent posts in the dashboard (#545) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix 最近文章 时间样式显示不正常 #1836 * Update src/views/dashboard/Dashboard.vue Co-authored-by: Ryan Wang * Update src/views/dashboard/Dashboard.vue Co-authored-by: Ryan Wang * Update src/views/dashboard/Dashboard.vue Co-authored-by: Ryan Wang Co-authored-by: Ryan Wang --- src/views/dashboard/Dashboard.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue index bd27ac5a..335f7890 100644 --- a/src/views/dashboard/Dashboard.vue +++ b/src/views/dashboard/Dashboard.vue @@ -62,18 +62,13 @@ {{ item.title }} - + {{ item.title }} - + - + {{ item.title }} - +
{{ item.createTime | timeAgo }}