From bff5abce59f1814201fcc6d74c5d4a3035660b8c Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Tue, 12 Nov 2019 04:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/books/book_content.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/books/book_content.html b/src/main/resources/templates/books/book_content.html index 6425490..169f903 100644 --- a/src/main/resources/templates/books/book_content.html +++ b/src/main/resources/templates/books/book_content.html @@ -364,7 +364,8 @@ } if(isMobile){ $("#screenInput").css("display","none"); - $("#screenSwitch").css("display","none"); + + } }