修改图标

This commit is contained in:
JACKYMYPERSON
2025-10-08 23:15:33 +08:00
parent be7a53f61a
commit ca44a189ba
5 changed files with 91 additions and 19 deletions

18
web/src/assets/main.css Normal file
View File

@@ -0,0 +1,18 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* 确保根元素和body占满全屏 */
html,
body {
width: 100%;
height: 100%;
}
/* 确保Vue的挂载点也占满全屏 */
#app {
width: 100%;
height: 100%;
}