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)" v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer;" style="cursor: pointer;"
name="t1" name="t1"
width="74.95"
height="74.95"
@click.stop="handleApproveMainImage" @click.stop="handleApproveMainImage"
/> />
<SvgIcon <SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)" v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer;" style="cursor: pointer;"
name="t2" name="t2"
width="74.95"
height="74.95"
@click.stop="handleRejectMainImage" @click.stop="handleRejectMainImage"
/> />
<SvgIcon <SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)" v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer; " style="cursor: pointer; "
name="t9" name="t9"
width="74.95"
height="74.95"
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)" @click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
/> />
</div> </div>

Loading…
Cancel
Save