From 7b77cbf0dfffbfb7d4a7fdb04ccbd1da25b019b2 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 3 Nov 2025 03:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E8=8A=82=E7=82=B9=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/views/dev/NodeMarketplace.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue b/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue index 49c2209..9491f23 100644 --- a/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue +++ b/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue @@ -546,12 +546,21 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => { margin-bottom: 12px; } +.node-title-section { + display: flex; + align-items: center; + gap: 12px; + flex-wrap: wrap; +} + .node-title-section h3 { - margin: 0 0 8px 0; + margin: 0; font-size: 18px; font-weight: 600; color: #1f2937; line-height: 1.2; + flex: 1; + min-width: 0; } .clickable-title { @@ -573,7 +582,7 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => { border-radius: 8px; padding: 4px 10px; display: inline-block; - margin-top: 4px; + white-space: nowrap; } .node-description {