From 288f8f6def9dc4893c114d6b3b5535875911b80f Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Tue, 19 Aug 2025 15:25:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=BC=BA=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=92=8C=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=8F=90=E5=8D=87=E5=8F=AF?= =?UTF-8?q?=E8=AF=BB=E6=80=A7=E5=92=8C=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow_service/static/css/monitor.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/workflow_service/static/css/monitor.css b/workflow_service/static/css/monitor.css index c3c1514..335931f 100644 --- a/workflow_service/static/css/monitor.css +++ b/workflow_service/static/css/monitor.css @@ -297,6 +297,12 @@ body { background: #f0fff4; border-radius: 6px; border-left: 3px solid #27ae60; + white-space: pre-wrap; + word-wrap: break-word; + max-height: 300px; + overflow-y: auto; + font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; + line-height: 1.4; } .task-error { @@ -307,6 +313,12 @@ body { background: #fff5f5; border-radius: 6px; border-left: 3px solid #e74c3c; + white-space: pre-wrap; + word-wrap: break-word; + max-height: 200px; + overflow-y: auto; + font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; + line-height: 1.4; } .error-message {