From 3280bacb5062efb061a30709085056fc4b7114ab Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期二, 22 四月 2025 17:58:47 +0800 Subject: [PATCH] 样式修改 --- src/views/chronology/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/chronology/index.vue b/src/views/chronology/index.vue index f60bbfb..9543f12 100644 --- a/src/views/chronology/index.vue +++ b/src/views/chronology/index.vue @@ -214,6 +214,7 @@ } } } + this.contentList[index].list[cindex].showDetail = false; }, showDetail(index, cindex, type) { for (let i = 0; i < this.contentList.length; i++) { -- Gitblit v1.9.1