From c379af5889d02878c7dd00d403946921ce599287 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Tue, 1 Nov 2022 10:17:45 +0800 Subject: [PATCH] fix issue --- web_src/js/features/cloudbrainShow.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/js/features/cloudbrainShow.js b/web_src/js/features/cloudbrainShow.js index b463eafd8..9ddf82116 100644 --- a/web_src/js/features/cloudbrainShow.js +++ b/web_src/js/features/cloudbrainShow.js @@ -41,6 +41,7 @@ export default async function initCloudrainSow() { if (data.Lines == 0) { if (max) { $("body").toast({ + class: "black", message: `您已翻阅至日志底部,请稍后再试!`, }); } else { @@ -87,6 +88,7 @@ export default async function initCloudrainSow() { if (data.Lines == 0) { if (max) { $("body").toast({ + class: "black", message: `您已翻阅至日志顶部,请稍后再试!`, }); } else { @@ -165,6 +167,7 @@ export default async function initCloudrainSow() { if (data.Lines == 0) { if (max) { $("body").toast({ + class: "black", message: `您已翻阅至日志顶部,请稍后再试!`, }); } else { @@ -244,6 +247,7 @@ export default async function initCloudrainSow() { if (data.Lines == 0) { if (max) { $("body").toast({ + class: "black", message: `您已翻阅至日志底部,请稍后再试!`, }); } else {