fix:图鉴icon大小

pull/309/head
lihui_ocr 1 year ago
parent 8657b53a2c
commit 015f3933f9

@ -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"
width="74.95"
height="74.95"
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
/>
</div>

Loading…
Cancel
Save