refactory: 结构和css in js

This commit is contained in:
zhaoyupeng
2024-10-09 18:01:55 +08:00
parent 9079a82434
commit efe7800b59
13 changed files with 318 additions and 226 deletions

View File

@ -6,7 +6,7 @@
<title>nf-disk</title>
</head>
<body>
<div id="root"></div>
<div id="root" style="height: 100%"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>