From b779ec8cceabe8d4d0032a7839340f4f05965db0 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 12 二月 2025 16:36:10 +0800 Subject: [PATCH] 任务提交表单校验失败转圈圈bug --- src/components/Process/style/flow-viewer.scss | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss index 91c5d9b..6628d1e 100644 --- a/src/components/Process/style/flow-viewer.scss +++ b/src/components/Process/style/flow-viewer.scss @@ -7,7 +7,9 @@ .flowMsgPopover { display: none; } - +.bjs-powered-by { + display: none; +} .tipBox { width: 180px; background: #fff; -- Gitblit v1.8.0