Explorar o código

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

lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
3c920a04d1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;