From 690ee01086bdd0c8edac83e86abf13e648539b82 Mon Sep 17 00:00:00 2001 From: "Alex.Petrov" Date: Mon, 18 May 2026 07:56:53 +0500 Subject: [PATCH] feat(panel): copy connection strings for `mixed` inbound --- .../src/pages/inbounds/InboundInfoModal.vue | 44 ++++++++++++++++--- 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/inbounds/InboundInfoModal.vue b/frontend/src/pages/inbounds/InboundInfoModal.vue index 61ce2fcf..321a4342 100644 --- a/frontend/src/pages/inbounds/InboundInfoModal.vue +++ b/frontend/src/pages/inbounds/InboundInfoModal.vue @@ -669,13 +669,40 @@ const showSubscriptionTab = computed( {{ account.user }} : {{ account.pass }} - - - + + + + + + + + + + + + + @@ -897,6 +924,7 @@ const showSubscriptionTab = computed( white-space: normal; word-break: break-all; display: inline-block; + margin-right: 0; } .value-block { @@ -927,6 +955,10 @@ const showSubscriptionTab = computed( flex-shrink: 0; } +.value-copy-dropdown > :global(.ant-btn):first-child { + padding: 0 4px !important; +} + .security-line { display: flex; align-items: center;