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
+1
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 }">