From 4caa4e8a6aa0f85f8d94e22c55076446e756c935 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 31 五月 2024 16:47:27 +0800
Subject: [PATCH] chore:开启dev-tool

---
 src/style.css |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/style.css b/src/style.css
index bb131d6..4233c99 100644
--- a/src/style.css
+++ b/src/style.css
@@ -57,12 +57,17 @@
 .card {
   padding: 2em;
 }
+html,body {
+  width: 100%;
+  height: 100%;
+  margin: 0;
+  padding: 0;
+}
 
 #app {
-  max-width: 1280px;
-  margin: 0 auto;
-  padding: 2rem;
-  text-align: center;
+  width: 100%;
+  height: 100%;
+  margin: 0;
 }
 
 @media (prefers-color-scheme: light) {

--
Gitblit v1.8.0