From 7a4a5658ba89afda9e89b31e92a40ad7658fd29e Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 20 十一月 2024 16:54:20 +0800 Subject: [PATCH] 资源目录 --- src/views/components/newWord.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/components/newWord.vue b/src/views/components/newWord.vue index 2d33c03..745e04c 100644 --- a/src/views/components/newWord.vue +++ b/src/views/components/newWord.vue @@ -158,6 +158,7 @@ const handleNodeClick1 = (data) => { wordData.value = [] + isShow.value = null if (data.words) { wordData.value = data.words } @@ -274,7 +275,8 @@ display: flex; margin: 10px 0; .pos { - width: 35px; + min-width: 30px; + padding:2px 5px; line-height: 16px; text-align: center; background: rgba(90, 180, 246, 0.18); @@ -346,7 +348,8 @@ display: flex; margin: 10px 0; .pos { - width: 35px; + min-width: 30px; + padding:2px 5px; line-height: 16px; text-align: center; background: rgba(90, 180, 246, 0.18); -- Gitblit v1.9.1