Skip to content

Commit

Permalink
fix: ensure left panel element spans full width on small screens (#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzq1998 authored Aug 30, 2024
1 parent 7d2bcf4 commit cc678a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const logoSource = computed(() => preferences.logo.source);
<!-- 左侧认证面板 -->
<AuthenticationFormView
v-if="authPanelLeft"
class="min-h-full w-2/5"
class="min-h-full w-2/5 flex-1"
transition-name="slide-left"
>
<template v-if="toolbar" #toolbar>
Expand Down

0 comments on commit cc678a2

Please sign in to comment.