From abb7cc6b777b5ab6b93423f5d478b054b583394b Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 25 Apr 2025 17:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/webThird/index.html | 2 +- public/webWater/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/webThird/index.html b/public/webThird/index.html index 261f5ae..1370a43 100644 --- a/public/webThird/index.html +++ b/public/webThird/index.html @@ -60,7 +60,7 @@ #renderCanvas { width: 100%; - /* height: 1753px; */ + height: calc(100vh); touch-action: none; outline: none; diff --git a/public/webWater/index.html b/public/webWater/index.html index f2ddca8..de76877 100644 --- a/public/webWater/index.html +++ b/public/webWater/index.html @@ -60,7 +60,7 @@ #renderCanvas { width: 100%; - /* height: 1753px; */ + height: calc(100vh); touch-action: none; outline: none;