From 96e95ae155b3e19ddf634ea2e19406442bfaee99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Wed, 9 Sep 2026 11:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=B5=84=E6=BA=90=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E9=9D=99=E6=80=81=E5=9B=BE=E6=A0=87=E6=8F=8F=E8=BE=B9?= =?UTF-8?q?=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除占位图标继承 inverse-scale 的统一 stroke-width 规则 保留资源依赖关系线的 non-scaling-stroke 几何覆盖行为 --- apps/ai-game-creator-shell/src/styles.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index eaa412a88..67974305a 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -5982,12 +5982,6 @@ iframe.preview-frame { transform-origin: bottom right; } -.game-resource-card-placeholder > svg *, -.game-resource-card-version-visual > svg *, -.game-resource-card-audio-visual > svg * { - stroke-width: calc(2px * var(--genarrative-image-canvas-inverse-scale, 1)); -} - .game-resource-card-open { position: absolute; z-index: 1;