From d801b811d4e485d5fc09cfc5fab209cc0675a791 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:40:57 +0800 Subject: [PATCH] style: Optimize container-associated resource styles (#11278) Refs #11268 --- .../src/views/container/container/index.vue | 60 ++++++++++--------- 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 41425d6aa..14be5bb50 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -262,34 +262,33 @@ - + { border: none; } } +.button-cell { + width: 100%; + max-width: 150px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}