From b486a10d53df8f6f8c68c61d42be7195cac10960 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B6=85=E9=95=BF=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 7175990..f8ebe12 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -506,12 +506,17 @@ export default { } .link-item { + flex-grow: 1; + width: 0; + > span { - display: -webkit-box; + display: block; + overflow: hidden; + text-overflow: ellipsis; } .title { - font-weight: bold; + opacity: 1; } .link {