From 68d1c46e4326330bf079b7ffbe75ea19040a09f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Fri, 2 Feb 2024 20:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/preview-image/preview-image.uvue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/API/preview-image/preview-image.uvue b/pages/API/preview-image/preview-image.uvue index 1cf14f6e..920153da 100644 --- a/pages/API/preview-image/preview-image.uvue +++ b/pages/API/preview-image/preview-image.uvue @@ -20,9 +20,9 @@ 点击图片开始预览 - + - + @@ -104,9 +104,10 @@ } .cell { - margin-left: 7px; - width: 105px; - height: 105px; + margin-left: 3px; + margin-right: 3px; + width: 100px; + height: 100px; } .cell-choose-image { -- GitLab