mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 14:01:28 +08:00
style: add id for login container (#10676)
This commit is contained in:
parent
eba74d91b3
commit
c486e8a354
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue