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>
<div style="margin-left: 11px">
<div style="margin-left: 11px;width: 62%;">
<div style="display: flex; align-items: center">
<div class="task-type">
{{ TASK_TYPES.typeName[item.courseType] }}
@@ -609,7 +609,7 @@ const toPath = () => {
margin-left: 9px;
}
.task-img {
width: 121px;
width: 38%;
border-radius: 4px;
overflow: hidden;
position: relative;