From 170581e6cb2e03e75d4b3f5a61852d3c96973f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=96=E6=AD=A6?= Date: Sun, 25 Aug 2024 00:59:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E4=BB=B6=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8-=E6=90=9C=E7=B4=A2=E6=A1=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 当空间不足时展示“...” --- apps/style/explorer.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/style/explorer.css b/apps/style/explorer.css index b72acdc..4159faf 100755 --- a/apps/style/explorer.css +++ b/apps/style/explorer.css @@ -266,6 +266,8 @@ #win-explorer>.path>.search>.input { padding-left: 30px; + white-space: nowrap; + text-overflow: ellipsis; } #win-explorer>.path>.search>input-before {