dev #84

Merged
ksenia_mikhailova merged 141 commits from dev into main 2024-10-03 15:30:24 +03:00
2 changed files with 28 additions and 24 deletions
Showing only changes of commit b30766cb3f - Show all commits

View File

@ -401,7 +401,7 @@ button {
} }
&-changer { &-changer {
@apply flex gap-4 mt-4 max-h-40 overflow-auto; @apply flex gap-3 mt-4 max-h-36 overflow-auto;
} }
&-list { &-list {
@ -445,7 +445,9 @@ button {
} }
} }
} }
.calc{
@apply max-h-[800px] relative h-full;
}
.calc_table { .calc_table {
@apply flex flex-col gap-2 self-end; @apply flex flex-col gap-2 self-end;

View File

@ -17,6 +17,7 @@ const cameraStat = reactive({
}) })
</script> </script>
<template> <template>
<div class="calc">
<ClientOnly fallback-tag="div"> <ClientOnly fallback-tag="div">
<template #fallback> <template #fallback>
<div class="fallback"> <div class="fallback">
@ -41,4 +42,5 @@ const cameraStat = reactive({
</TresGroup> </TresGroup>
</TresCanvas> </TresCanvas>
</ClientOnly> </ClientOnly>
</div>
</template> </template>