Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table

lsc 2 years ago
parent
commit
3c920a04d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/courseDetail.vue

+ 2 - 2
src/components/courseDetail.vue

@@ -26,7 +26,7 @@
           <div class="box_course">
             <div class="wheel">
               <img
-                style="object-fit: cover"
+                style="object-fit: contain"
                 :src="
                   this.courseDetail.cover != null &&
                   this.courseDetail.cover != ''
@@ -345,7 +345,7 @@ export default {
   position: relative;
 }
 .wheel {
-  width: 210px;
+  width: 250px;
   max-height: 146px;
   display: flex;
   align-items: center;