style: 修改登录样式
This commit is contained in:
parent
7d4f2925c0
commit
bdd31f0621
|
@ -34,7 +34,7 @@ const toLogin = () => {
|
||||||
class="h-[100%] relative lt-xl:bg-[var(--login-bg-color)] lt-sm:px-10px lt-xl:px-10px lt-md:px-10px"
|
class="h-[100%] relative lt-xl:bg-[var(--login-bg-color)] lt-sm:px-10px lt-xl:px-10px lt-md:px-10px"
|
||||||
>
|
>
|
||||||
<ElScrollbar class="h-full">
|
<ElScrollbar class="h-full">
|
||||||
<div class="relative flex mx-auto h-100vh">
|
<div class="relative flex mx-auto min-h-100vh">
|
||||||
<div
|
<div
|
||||||
:class="`${prefixCls}__left flex-1 bg-gray-500 bg-opacity-20 relative p-30px lt-xl:hidden`"
|
:class="`${prefixCls}__left flex-1 bg-gray-500 bg-opacity-20 relative p-30px lt-xl:hidden`"
|
||||||
>
|
>
|
||||||
|
|
|
@ -38,7 +38,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
VueJsx(),
|
VueJsx(),
|
||||||
// WindiCSS(),
|
|
||||||
progress(),
|
progress(),
|
||||||
createStyleImportPlugin({
|
createStyleImportPlugin({
|
||||||
resolves: [ElementPlusResolve()],
|
resolves: [ElementPlusResolve()],
|
||||||
|
|
Loading…
Reference in New Issue