diff --git a/assets/main.scss b/assets/main.scss index e505c27..4657e46 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -401,7 +401,7 @@ button { } &-changer { - @apply flex gap-4 mt-4 max-h-40 overflow-auto; + @apply flex gap-3 mt-4 max-h-36 overflow-auto; } &-list { @@ -445,7 +445,9 @@ button { } } } - +.calc{ + @apply max-h-[800px] relative h-full; +} .calc_table { @apply flex flex-col gap-2 self-end; diff --git a/components/calc/models.vue b/components/calc/models.vue index 3729cdc..df2c779 100644 --- a/components/calc/models.vue +++ b/components/calc/models.vue @@ -17,28 +17,30 @@ const cameraStat = reactive({ }) \ No newline at end of file