@@ -9,7 +9,7 @@ const imgSrc = (await request({
<template>
<div class="w-full max-h-590px flex_center overflow-hidden">
- <img v-show="imgSrc" :src="imgSrc" class="w-full h-full object-contain">
+ <img v-show="imgSrc" :src="imgSrc" class="w-full h-full max-h-590px object-contain">
</div>
</template>