fix:图鉴icon大小 #309

Merged
yaoshuli merged 1 commits from fix/change_task into test 1 year ago

@ -817,18 +817,24 @@ defineExpose({
v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer;"
name="t1"
width="74.95"
height="74.95"
@click.stop="handleApproveMainImage"
/>
<SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer;"
name="t2"
width="74.95"
height="74.95"
@click.stop="handleRejectMainImage"
/>
<SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer; "
name="t9"
name="t9"
width="74.95"
height="74.95"
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
/>
</div>

Loading…
Cancel
Save