From eabb897f96036c8f150a5c85e72012a41710d743 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 5 Aug 2025 19:12:28 +0800 Subject: [PATCH] no message --- .../sass/pages/components/general-operation.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/assets/sass/pages/components/general-operation.scss b/resources/assets/sass/pages/components/general-operation.scss index c9c7219f4..dee633866 100644 --- a/resources/assets/sass/pages/components/general-operation.scss +++ b/resources/assets/sass/pages/components/general-operation.scss @@ -61,12 +61,18 @@ text-overflow: ellipsis; white-space: nowrap; - .item-prefix, - .item-label { + .item-prefix { display: flex; align-items: center; } + .item-label { + max-width: 220px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + > i { flex-shrink: 0; width: 18px;