提交 16e974e3 编写于 作者: W weixin_44463441

Tue Jan 23 19:21:00 CST 2024 inscode

上级 054ecda5
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<title>Vite App</title> <title>Vite App</title>
</head> </head>
<body> <body>
<div id="app" class=""></div> <div id="app" class="bg bg-slate-50 transition"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>
...@@ -5,7 +5,7 @@ import TheWelcome from './components/TheWelcome.vue' ...@@ -5,7 +5,7 @@ import TheWelcome from './components/TheWelcome.vue'
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo my-20 m-auto hover:border-8 " src="./assets/logo.svg" width="125" height="125" /> <img alt="Vue logo" class="logo my-20 m-auto hover:border-8 rounded-" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper bg-slate-100 text-3xl"> <div class="wrapper bg-slate-100 text-3xl">
<h1 class="text-3xl font-bold underline text-slate-400"> <h1 class="text-3xl font-bold underline text-slate-400">
......
<template> <template>
<div class="bg"> <div class="">
</div> </div>
</template> </template>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册