This commit is contained in:
Pengxiansen
2025-02-26 13:14:34 +08:00
parent 3d913532f6
commit 4bcfd392f3

View File

@@ -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;