From 2cac4a0f4ea0b1cf7bff4759fae8136c72792563 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 14 四月 2025 15:30:29 +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