From 2fd7bdfb78558bb6dbd7a4394b323b583da094ab Mon Sep 17 00:00:00 2001 From: tbphp Date: Sat, 12 Jul 2025 22:56:49 +0800 Subject: [PATCH] fix: log empty tip --- web/src/components/logs/LogTable.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/components/logs/LogTable.vue b/web/src/components/logs/LogTable.vue index 2cbac5d..13ed8a7 100644 --- a/web/src/components/logs/LogTable.vue +++ b/web/src/components/logs/LogTable.vue @@ -8,7 +8,6 @@ import { NDataTable, NDatePicker, NEllipsis, - NEmpty, NIcon, NInput, NInputGroup, @@ -257,9 +256,6 @@ function changePageSize(size: number) {
-
- -