清除浮动,登录权限,删除无用模板

This commit is contained in:
2022-08-07 13:29:51 +08:00
parent d07cad1cd8
commit 60a2ef15dc
5 changed files with 29 additions and 156 deletions

View File

@ -8,7 +8,8 @@
<body>
@include("common.header")
<form class="w-full lg:w-1/2 border-2 mx-auto my-2" action="" method="post" enctype="multipart/form-data">
<div class="block text-lg font-bold ml-4 mt-2">登录</div>
<div class="block text-lg font-bold ml-4 mt-2">注册</div>
@csrf
<label class="block my-2">
用户名
<input class="form-input border-0 border-b-2 w-full" type="text" name="name" value="{{ old("name") }}" placeholder="用户名">