From c64c31795d1e9ea96671f7e11279af8babecde83 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 27 十月 2025 10:12:18 +0800
Subject: [PATCH] gx页面ui
---
index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index c874a94..6dafa8d 100644
--- a/index.html
+++ b/index.html
@@ -14,12 +14,12 @@
</html>
<style>
html, body{
- height: 98%;
+ height: 100%;
margin: 0;
padding: 0;
}
#app{
- background: url(/src/assets/homeback.png)
+ background: url(/src/assets/homeback2.png)
100% no-repeat;
background-size: 100% 100%;
position: relative;
--
Gitblit v1.8.0