From 599aaf4986f46d384e48e71f001b278ffe15fd35 Mon Sep 17 00:00:00 2001 From: Jacky Date: Thu, 9 Jan 2025 11:26:22 +0800 Subject: [PATCH] enhance(directive-editor): add an info icon to open the expand panel of comments #660 --- .../directive/DirectiveEditorItem.vue | 64 +++++++++++-------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue b/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue index 0c7f0a50..bd35c5dc 100644 --- a/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue +++ b/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue @@ -1,11 +1,9 @@