From ae4426b24fac0f6eb99f234d0bf6ae9d9be83531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E5=86=9B?= Date: Fri, 29 Dec 2023 11:04:28 +0800 Subject: [PATCH] fix: input hidden --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 51ae753..8c83884 100644 --- a/styles.css +++ b/styles.css @@ -46,6 +46,8 @@ bottom: 0; z-index: 100; opacity: 0; + width: 0; + height: 0; } /* Markdown 文档引入样式设置*/