Skip to content

Commit 8801c82

Browse files
committed
fix: remove bg color with xl size
1 parent d36c4ab commit 8801c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Login/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
:class="prefixCls"
4-
class="relative h-[100%] lt-xl:bg-[var(--login-bg-color)] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
4+
class="relative h-[100%] lt-xl:px-10px lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
55
>
66
<div class="relative mx-auto h-full flex">
77
<div

0 commit comments

Comments
 (0)