From ae7f00b753b89ba2d157a53c716662080a3cc171 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 29 七月 2023 12:05:39 +0800
Subject: [PATCH] Merge branch 'develop'
---
src/tabviews/custom/components/card/data-card/index.jsx | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/tabviews/custom/components/card/data-card/index.jsx b/src/tabviews/custom/components/card/data-card/index.jsx
index a3232f0..2604d6c 100644
--- a/src/tabviews/custom/components/card/data-card/index.jsx
+++ b/src/tabviews/custom/components/card/data-card/index.jsx
@@ -457,7 +457,9 @@
if (selected === 'false' && !id) return
- this.checkTopLine(id)
+ setTimeout(() => {
+ this.checkTopLine(id)
+ }, 10)
if (selected === 'init') {
this.setState({selected: 'false'})
--
Gitblit v1.8.0