mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
chore: lint fix
This commit is contained in:
@@ -32,23 +32,7 @@
|
||||
<div class="flex w-full h-full py-5 xl:h-auto xl:py-0 xl:my-0 xl:w-6/12">
|
||||
<div
|
||||
:class="`${prefixCls}-form`"
|
||||
class="
|
||||
relative
|
||||
w-full
|
||||
px-5
|
||||
py-8
|
||||
mx-auto
|
||||
my-auto
|
||||
rounded-md
|
||||
shadow-md
|
||||
xl:ml-16 xl:bg-transparent
|
||||
sm:px-8
|
||||
xl:p-4 xl:shadow-none
|
||||
sm:w-3/4
|
||||
lg:w-2/4
|
||||
xl:w-auto
|
||||
enter-x
|
||||
"
|
||||
class="relative w-full px-5 py-8 mx-auto my-auto rounded-md shadow-md xl:ml-16 xl:bg-transparent sm:px-8 xl:p-4 xl:shadow-none sm:w-3/4 lg:w-2/4 xl:w-auto enter-x"
|
||||
>
|
||||
<LoginForm />
|
||||
<ForgetPasswordForm />
|
||||
|
Reference in New Issue
Block a user