create app

This commit is contained in:
李志鹏
2026-02-02 13:32:33 +08:00
commit 721cf2066a
48 changed files with 16194 additions and 0 deletions

11
src/assets/css/style.css Normal file
View File

@@ -0,0 +1,11 @@
* {
padding: 0;
margin: 0;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
}

12
src/assets/css/style.less Normal file
View File

@@ -0,0 +1,12 @@
* {
padding: 0;
margin: 0;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
}