From 0a682f0a3e5e1b74ea53eeb7223129260929ed62 Mon Sep 17 00:00:00 2001 From: qzhuo Date: Wed, 12 Jun 2024 09:46:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20image-viewer=E7=BB=84=E4=BB=B6=E9=A1=B5?= =?UTF-8?q?=E8=84=9A=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vantui/src/image-viewer/index.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/vantui/src/image-viewer/index.less b/packages/vantui/src/image-viewer/index.less index ff920143..d855ce6a 100644 --- a/packages/vantui/src/image-viewer/index.less +++ b/packages/vantui/src/image-viewer/index.less @@ -2,7 +2,7 @@ .van-image-viewer-main { position: fixed; left: 0; - top: 0; + bottom: 0; width: 100vw; height: 100vh; z-index: 2000; @@ -33,8 +33,8 @@ .page-desc { position: absolute; - bottom: 0; - right: 0; + bottom: 28px; + right: 10px; width: 92px; height: 44px; background: rgba(0, 0, 0, 0.33); @@ -44,4 +44,4 @@ font-size: 28px; } } -} +} \ No newline at end of file