diff --git a/src/views/MyCourseStudy/learningProcess.vue b/src/views/MyCourseStudy/learningProcess.vue index 70cd812..dadee24 100644 --- a/src/views/MyCourseStudy/learningProcess.vue +++ b/src/views/MyCourseStudy/learningProcess.vue @@ -155,6 +155,7 @@ const goToAnotherPage = (address) => {
{{ resource.name }}
{{ resource.description }}
@@ -243,7 +243,6 @@ const onEditResource = (row) => { } .body { background-color: #fff; - height: 100%; } .top { margin-bottom: 20px; @@ -267,7 +266,7 @@ ul { } li { transition: filter 0.3s; /* 添加过渡动画 */ - flex: 0 0 20%; + width: calc(25% - 25px); flex-direction: column; align-items: center; margin-bottom: 10px; @@ -296,4 +295,9 @@ li:hover { .box p:hover { font-weight: bold; } +.img { + display: block; + width: 250px; + height: 250px; +}