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