bzkf3 2 years ago
parent
commit
1e33e23a5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/student/home.vue

+ 1 - 1
src/pages/student/home.vue

@@ -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">