Fix: 修复背景不透明的 bug

This commit is contained in:
2025-08-09 23:32:55 +08:00
parent 77ce0b8f69
commit 182768afcb
3 changed files with 33 additions and 59 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<body style="background-color: transparent;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>