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:
11
index.html
11
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user