From 37b05361d8d7fbc822b7c9ffe924369743118fc6 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 10 九月 2024 14:52:57 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- 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