From aa1220eaddba5baeac1f3e34e42da507b4083f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Fri, 27 Sep 2024 20:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/overlay/to-livecode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/overlay/to-livecode.vue b/src/components/overlay/to-livecode.vue index 6898fa11..f42996e1 100644 --- a/src/components/overlay/to-livecode.vue +++ b/src/components/overlay/to-livecode.vue @@ -88,8 +88,8 @@ async function shareImg(): Promise { .tolc-box { position: relative; width: 340px; - height: 200px; - padding: 5px; + padding: 10px; + border: 1px solid var(--common-shadow-2); border-radius: 5px; background: var(--app-page-bg); }