From 4a8dc97fd09a5e883f885f4d642fb8c995009d60 Mon Sep 17 00:00:00 2001 From: JiM-W <550116990@qq.com> Date: Tue, 26 Mar 2019 13:49:17 +0800 Subject: [PATCH] =?UTF-8?q?preview=20iframe=E7=AA=97=E5=8F=A3=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/chameleon-tool/configs/preview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/chameleon-tool/configs/preview.html b/packages/chameleon-tool/configs/preview.html index 3cdfd18c..2167a7e5 100644 --- a/packages/chameleon-tool/configs/preview.html +++ b/packages/chameleon-tool/configs/preview.html @@ -60,12 +60,12 @@ .mock-phone .inner { position: absolute; - top: 60px; + top: 75px; z-index: 26; left: 50%; transform: translate(-50%); - width: 222px; - height: 400px; + width: 225px; + height: 375px; border: 1px solid #171717; overflow: hidden; } @@ -83,7 +83,7 @@ border-radius: 4px; background: #2d2d2d; border: 1px solid #a6a8a9; - top: 25px; + top: 40px; left: 105px; } @@ -94,7 +94,7 @@ border-radius: 4px; background: #2d2d2d; border: 1px solid #a6a8a9; - top: 25px; + top: 40px; left: 120px; } -- GitLab