From 40b16e5fc85c445e0f21cfb75c10f6839fbacdfe Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 22 十一月 2024 10:48:21 +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