From c42680bfe8450affe0fc4d011aa1b5ee50c0e08d Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 27 Aug 2025 10:01:24 +0800 Subject: [PATCH] v1.9 优化导入详情鼠标放上去不显示错误问题 --- src/views/system/assetImportLogDetailList.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/system/assetImportLogDetailList.vue b/src/views/system/assetImportLogDetailList.vue index d8c01ea..c33ac9b 100644 --- a/src/views/system/assetImportLogDetailList.vue +++ b/src/views/system/assetImportLogDetailList.vue @@ -50,9 +50,11 @@ @@ -210,4 +212,14 @@ export default { margin-top: 15px; text-align: right; } + +/* 自定义 tooltip 样式 */ + + + \ No newline at end of file -- libgit2 0.21.4