From 399b93a8eb8dc637390b4e6cf172c5eae0d8c28a Mon Sep 17 00:00:00 2001 From: Code Queue Review Date: Sun, 24 May 2026 09:31:44 +0000 Subject: [PATCH] =?UTF-8?q?test:=20=E5=AF=B9=E9=BD=90=20live=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=98=8E=E7=BB=86=E6=B5=AE=E5=B1=82=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/hwlab-cloud-web/scripts/live-status-contract.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hwlab-cloud-web/scripts/live-status-contract.test.mjs b/web/hwlab-cloud-web/scripts/live-status-contract.test.mjs index 2187da6c..ae267676 100644 --- a/web/hwlab-cloud-web/scripts/live-status-contract.test.mjs +++ b/web/hwlab-cloud-web/scripts/live-status-contract.test.mjs @@ -212,7 +212,7 @@ test("cloud web live build surface renders Beijing summary, details, missing tim assert.match(app, /外部镜像或非 HWLAB 构建产物/u); assert.doesNotMatch(app, /artifact report|artifact-report/u); assert.match(styles, /\.live-build-summary-label\s*\{[^}]*min-width:\s*0;[^}]*max-width:\s*100%;[^}]*overflow-wrap:\s*anywhere;/su); - assert.match(styles, /\.live-build-list\s*\{[^}]*max-height:\s*min\(280px,\s*42dvh\);[^}]*min-width:\s*0;[^}]*overflow:\s*auto;/su); + assert.match(styles, /\.live-build-list\s*\{[^}]*min-width:\s*0;[^}]*max-height:\s*min\(352px,\s*calc\(58dvh - 54px\)\);[^}]*overflow:\s*auto;/su); assert.match(styles, /@media \(max-width: 860px\)[\s\S]*?\.live-build-row-head\s*\{[\s\S]*?grid-template-columns:\s*1fr;/u); });