From 282b9a820fab24e7ab1f23d146834de618e101ff Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 06 九月 2023 09:29:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs

---
 src/main/webapp/views/indexTV.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/indexTV.html b/src/main/webapp/views/indexTV.html
index d03a904..1887e28 100644
--- a/src/main/webapp/views/indexTV.html
+++ b/src/main/webapp/views/indexTV.html
@@ -7,12 +7,11 @@
     <script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
     <style>
         html{
-            transform: scale(1) translate(0,0);
-            /*transform: scale(0.5) translate(-50%,-50%);*/
-            height: 150%;
-            width: 150%;
+            /*transform: scale(1) translate(0,0);*/
+            transform: scale(0.5) translate(-50%,-50%);
+            height: 200%;
+            width: 200%;
         }
-
     </style>
 </head>
 <body>

--
Gitblit v1.9.1