From 45aa111d8ee5454e0e8c5c4360439d6ed9e37bc4 Mon Sep 17 00:00:00 2001 From: Mohan Date: Fri, 14 Aug 2026 17:54:56 +0800 Subject: [PATCH] fix(component): style ref tag injected via v-html --- src/components/CommentSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommentSection.vue b/src/components/CommentSection.vue index 0929ba4..637bb2c 100644 --- a/src/components/CommentSection.vue +++ b/src/components/CommentSection.vue @@ -391,7 +391,7 @@ onMounted(() => { color: var(--ac-primary-ink); } -.comment-ref-tag { +:deep(.comment-ref-tag) { display: inline-block; padding: 0 6px; margin-right: 4px;