Skip to content

Commit

Permalink
fixed: 修复登陆页面小屏幕下背景色bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Aug 30, 2024
1 parent 57f13f5 commit a155bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="w-full h-full relative"
>
<div
class="rounded-lg flex items-center justify-evenly w-full h-full md:w-screen md:h-screen md:bg-[#194bfb]"
class="rounded-lg flex items-center justify-evenly w-full h-full md:w-screen md:h-screen md:bg-[#194bfb] bg-white"
>
<div class="md:w-3/5 w-10/12 h-full flex items-center justify-evenly">
<div class="oblique h-[130%] w-3/5 bg-white dark:bg-slate-900 transform -rotate-12 absolute -ml-52" />
Expand Down

0 comments on commit a155bcd

Please sign in to comment.