mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
提交
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
/>
|
/>
|
||||||
<div class="task-img-icon">{{ key + 1 }}</div>
|
<div class="task-img-icon">{{ key + 1 }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 11px">
|
<div style="margin-left: 11px;width: 62%;">
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<div class="task-type">
|
<div class="task-type">
|
||||||
{{ TASK_TYPES.typeName[item.courseType] }}
|
{{ TASK_TYPES.typeName[item.courseType] }}
|
||||||
@@ -609,7 +609,7 @@ const toPath = () => {
|
|||||||
margin-left: 9px;
|
margin-left: 9px;
|
||||||
}
|
}
|
||||||
.task-img {
|
.task-img {
|
||||||
width: 121px;
|
width: 38%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user