From 3a4210df513d24bc19abed2f64e611f67326fca5 Mon Sep 17 00:00:00 2001 From: zhangds Date: Sat, 6 Apr 2024 13:54:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E9=87=8D=E8=AF=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.css | 3 +++ combining.html | 67 +++++++++++++++++++++++++++++++++++++------------- 2 files changed, 53 insertions(+), 17 deletions(-) diff --git a/combining.css b/combining.css index febd238..5f36557 100644 --- a/combining.css +++ b/combining.css @@ -491,3 +491,6 @@ body { margin: 0.2rem auto; padding: 0.05rem 0.2rem; } +.err-list-p { + padding: 0.05rem; +} diff --git a/combining.html b/combining.html index 957643c..a457244 100644 --- a/combining.html +++ b/combining.html @@ -157,8 +157,10 @@ 请根据界面错误原因进行调整后再重试

-
-

错误{{index + 1}}: {{ item }}

+
+

错误{{Number(index) + 1}}: {{ item }} +