From 87fab80ea3ec9f18a25931a67599320446bf8833 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 12 Dec 2024 00:43:08 +0800 Subject: [PATCH] no message --- resources/mobile | 2 +- resources/views/download.blade.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/mobile b/resources/mobile index 9d4d2a318..5a7bbcea4 160000 --- a/resources/mobile +++ b/resources/mobile @@ -1 +1 @@ -Subproject commit 9d4d2a3189fa2454b25af9f7f2ab64f776d40b53 +Subproject commit 5a7bbcea45ab4444c7394d21cea5ace8a0615221 diff --git a/resources/views/download.blade.php b/resources/views/download.blade.php index 70e341252..8a5849f1e 100755 --- a/resources/views/download.blade.php +++ b/resources/views/download.blade.php @@ -30,6 +30,7 @@ color: #fff; padding: 16px 18px; border-radius: 12px;; + max-width: calc(100% - 160px); } .title { @@ -47,6 +48,9 @@ color: #fff; text-decoration: none; border-radius: 5px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .dark {