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>