From 6f5ac2bf210bf99f49646d178da968e8283a3d70 Mon Sep 17 00:00:00 2001 From: Jurangren Date: Fri, 8 Aug 2025 19:35:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 调整了平台卡片中错误信息的样式。 * 为错误提示文本添加了更小的字号(text-sm)。 * 为错误图标增加了右侧间距(mr-2),改善布局。 * 移除了错误信息容器的flex布局样式。 --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index c402516..a220002 100644 --- a/src/main.js +++ b/src/main.js @@ -1307,7 +1307,7 @@ function createPlatformCard(result, withAnimation = true) { ${ result.error - ? `
${result.error}
` + ? `
${result.error}
` : "" } ${itemsHtml}