fix: remove bg color with xl size

This commit is contained in:
answer-huang 2024-01-06 21:00:02 +08:00
parent d36c4ab36c
commit 8801c82e15
No known key found for this signature in database
GPG Key ID: 8FA1C459184F0DF0

View File

@ -1,7 +1,7 @@
<template>
<div
:class="prefixCls"
class="relative h-[100%] lt-xl:bg-[var(--login-bg-color)] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
class="relative h-[100%] lt-xl:px-10px lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
>
<div class="relative mx-auto h-full flex">
<div