bzkf3 2 년 전
부모
커밋
d0f8b70ae3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/teacher/home.vue

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

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