From 385be2eca72eb3833efa4be0a0088b34e764788a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 31 Aug 2026 09:04:45 +0800
Subject: [PATCH] feat(pointcloud): complete annotation and result lifecycle workflows
---
apps/workbench-console/src/styles.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/apps/workbench-console/src/styles.css b/apps/workbench-console/src/styles.css
index 0e5b3fd..504cda5 100644
--- a/apps/workbench-console/src/styles.css
+++ b/apps/workbench-console/src/styles.css
@@ -87,7 +87,8 @@
.run-library .ant-input-search { margin-bottom: var(--wb-space-1); }
.run-library .ant-list { flex: 1 1 auto; min-height: 0; overflow-y: auto; }
.run-library .ant-list-item { min-height: 34px; }
-.run-item { display: block !important; padding: 7px 9px !important; color: #425148; cursor: pointer; border: 0 !important; }
+.run-item { display: flex !important; align-items: center; gap: 4px; padding: 7px 9px !important; color: #425148; cursor: pointer; border: 0 !important; }
+.run-item-label { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.run-item.active { color: var(--wb-green); background: #e6f2ea; font-weight: 700; }
/* Workspace row layout */
--
Gitblit v1.9.3