1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2026-02-02 15:51:02 +08:00

update: 框架样式调整

This commit is contained in:
shangbin
2021-12-06 14:57:28 +08:00
parent f49cca3044
commit 9d5c44b694
6 changed files with 26 additions and 11 deletions

View File

@@ -6,8 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
}
</style>
<body>
<div id="app"></div>
<div id="app" style="height:100%;"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>