style: add id for login container (#10676)

This commit is contained in:
BugKing 2025-10-17 16:39:48 +08:00 committed by GitHub
parent eba74d91b3
commit c486e8a354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
<div
:style="{ opacity: backgroundOpacity, width: containerWidth, height: containerHeight }"
class="bg-white shadow-lg relative z-10 border border-gray-200 flex overflow-hidden"
id="login-container"
>
<div class="grid grid-cols-1 md:grid-cols-2 items-stretch w-full">
<div v-if="showLogo" class="flex justify-center" :style="{ height: containerHeight }">