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)" 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