|
|
@ -60,7 +60,7 @@ onMounted(() => { |
|
|
|
<template> |
|
|
|
<div class="box"> |
|
|
|
<div class="title"> |
|
|
|
<img :src="imgs[envParams.type].img || homeInside" alt=""> {{ titles[envParams.type] }} |
|
|
|
<img :src="imgs[envParams.type] || homeInside" alt=""> {{ titles[envParams.type] }} |
|
|
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; justify-content: flex-end"> |
|
|
|
<div class="env-row odd"> |
|
|
|