摘要: 1. 创建login.vue文件 // @/pages/login.vue <el-form ref="formRef" :rules="rules" :model="form"> <el-form-item prop="username"> <el-input v-model="form.user 阅读全文
posted @ 2023-04-09 23:26 LeoShi2020 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 源代码 <el-col :lg="8" :md="12" class="flex items-center justify-center flex-col bg-light-50" > <h2 class="text-3xl font-bold">欢迎回来</h2> <div class="my-5 阅读全文
posted @ 2023-04-09 21:21 LeoShi2020 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1. 配置文件 pnpm i vite-plugin-windicss windicss -D // vite.config.js import WindiCSS from 'vite-plugin-windicss' export default { plugins: [ WindiCSS(), 阅读全文
posted @ 2023-04-09 17:43 LeoShi2020 阅读(106) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/1940615/202304/1940615-20230409144653335-1599279775.png) 阅读全文
posted @ 2023-04-09 14:47 LeoShi2020 阅读(102) 评论(0) 推荐(0) 编辑