Browse Source

fix: ensure left panel element spans full width on small screens (#4281)

pull/4283/head
handsomeFu 1 year ago
committed by GitHub
parent
commit
cc678a2b51
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/authentication/authentication.vue

2
packages/effects/layouts/src/authentication/authentication.vue

@ -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>

Loading…
Cancel
Save