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; }