fix mobile, nobody likes mobile......... hate mobile
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m28s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m28s
This commit is contained in:
@@ -71,7 +71,10 @@ onUnmounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div ref="container" class="w-full h-full relative overflow-hidden">
|
<div
|
||||||
|
ref="container"
|
||||||
|
class="w-full h-full min-h-125 relative overflow-hidden"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
v-for="(item, i) in items"
|
v-for="(item, i) in items"
|
||||||
:key="i"
|
:key="i"
|
||||||
|
|||||||
Reference in New Issue
Block a user