From 0263e3842d2c8b9b6a7b382876af96f678e01391 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 15 一月 2024 11:23:22 +0800
Subject: [PATCH] 更新ui 血压体重趋势图

---
 index.html |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index d241b01..c874a94 100644
--- a/index.html
+++ b/index.html
@@ -12,3 +12,18 @@
     <script type="module" src="/src/main.ts"></script>
   </body>
 </html>
+<style>
+  html, body{
+    height: 98%;
+    margin: 0;
+    padding: 0;
+  }
+  #app{
+    background: url(/src/assets/homeback.png)
+    100% no-repeat;
+    background-size: 100% 100%;
+    position: relative;
+    width: 100%;
+    height: 100%;
+  }
+</style>

--
Gitblit v1.8.0