login
This commit is contained in:
@ -11,15 +11,15 @@
|
||||
<image :href="src" clip-path="url(#customClip)" preserveAspectRatio="xMidYMid slice" width="100%"
|
||||
height="100%" />
|
||||
|
||||
<foreignObject x="640" y="280" width="calc(100% - 640px - 1px)" height="calc(100% - 280px)">
|
||||
<slot name="button"></slot>
|
||||
<foreignObject x="640" y="285" width="calc(100% - 640px - 1px)" height="calc(100% - 285px)">
|
||||
<slot name="button" />
|
||||
</foreignObject>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="block md:hidden">
|
||||
<img :src="src" width="100%" height="100%" class="object-contain rounded-2xl my-4" />
|
||||
<div class="flex justify-center">
|
||||
<slot name="button"></slot>
|
||||
<slot name="button" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user