diff --git a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.module.scss b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.module.scss index fbfae0779d..4cd4294260 100644 --- a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.module.scss +++ b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.module.scss @@ -19,6 +19,9 @@ height: 24px; padding: 0; } + .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content { + min-height: 24px; + } } .log-heard { color: var(--yakit-header-color); diff --git a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx index 42bcf87d76..b9904fc6cd 100644 --- a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx +++ b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx @@ -95,7 +95,7 @@ export const LocalPluginLog: React.FC = React.memo((props) return (
{currentTime} 日志查询结果
- {list.length === 0 ? ( + {!loading && list.length === 0 ? ( ) : (