From 64ff6a48658f9a31bba9d238b23d33008c7709f1 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 30 九月 2025 16:34:15 +0800
Subject: [PATCH] 添加工程排产功能页面
---
UI-Project/index.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/UI-Project/index.html b/UI-Project/index.html
index e96cd5a..b394478 100644
--- a/UI-Project/index.html
+++ b/UI-Project/index.html
@@ -3,11 +3,13 @@
<head>
<meta charset="UTF-8">
<!-- <link rel="icon" href="/favicon.ico"> -->
+ <link rel="stylesheet" type="text/css" media="print" href="/print-lock.css">
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>鍖楃幓</title>
</head>
<body>
- <div id="app"></div>
+ <div id="app" style="width: 100vw;height: 100vh;"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
--
Gitblit v1.8.0