From 7e460156de73171f9660ce48f80703e79f8b478d Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期六, 14 六月 2025 11:48:26 +0800
Subject: [PATCH] 初始化提交

---
 public/index.html |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index fa2be91..b392709 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,20 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= webpackConfig.name %></title>
+    <style media="print">
+      @page{
+        size: auto;
+        margin: 3mm;
+      }
+      html{
+        background-color: #fff;
+        margin: 0px;
+      }
+      body{
+        border: 1px solid #fff;
+        margin: 10mm 15mm 10mm 15mm;
+      }
+    </style>
   </head>
   <body>
     <noscript>

--
Gitblit v1.9.3