From 4d1d082fae703f030c98ec014cc7b21ac29f8c12 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 4 May 2026 14:58:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=87=E7=AD=BE=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/agent/components/Item.vue | 49 +++++++++++++++--------- 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/src/views/home/agent/components/Item.vue b/src/views/home/agent/components/Item.vue index 0babacc..f0c9217 100644 --- a/src/views/home/agent/components/Item.vue +++ b/src/views/home/agent/components/Item.vue @@ -52,8 +52,22 @@ --> -
+
+ + + + {{ tag.label }} + + -
-
- - {{ tag.label }} -
-
div:not(.web-address) { + display: inline; + } + + .message-markdown > p:first-child, + > div:not(.web-address) > p:first-child { + display: inline; + margin-top: 0; + } + ul { list-style-position: inside; }