|
@@ -17,7 +17,7 @@ const teacherList = (await request({
|
|
|
<template>
|
|
|
<div class="h-640px bg-hex-f2f2f295 flex justify-center">
|
|
|
<div class="w-1000px h-full 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-640px object-contain">
|
|
|
</div>
|
|
|
<div
|
|
|
class="w-400px h-full overflow-y-auto flex flex-col items-center space-y-4 py-4 scrollbar scrollbar-thin scrollbar-thumb-rounded-md scrollbar-thumb-gray-200 scrollbar-track-transparent">
|