From f61319d07fd7eadf59b4fc2d185ec49c24d40d8e Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期六, 08 十月 2022 11:16:56 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 5e42cec..d0eaa3e 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -7,9 +7,10 @@
<script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
<style>
html{
- transform: scale(0.5) translate(-50%,-50%);
- height: 200%;
- width: 200%;
+ transform: scale(1) translate(0,0);
+ /*transform: scale(0.5) translate(-50%,-50%);*/
+ height: 150%;
+ width: 150%;
}
</style>
--
Gitblit v1.9.1