资源位样式调整

This commit is contained in:
zhaofang
2022-09-09 15:47:09 +08:00
parent 75036cc5fc
commit eb1534811d
8 changed files with 35 additions and 15 deletions

View File

@@ -104,7 +104,7 @@
</ul>
</div>
<div class="course-resources">
资源位
<!-- 资源位 -->
<img :src="fileBaseUrl + resonimg.image" alt="">
</div>
</div>
@@ -443,7 +443,9 @@ export default {
}
.course-resources{
width: 410px;
margin-top: 26px;
img{
border-radius: 8px;
width: 100%;
height: 100%;
}