fix:按钮间距调整

pull/273/head
lihui_ocr 1 year ago
parent 1ded4dbd97
commit 0e237985bf

@ -764,7 +764,7 @@ defineExpose({
>
<SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer"
style="cursor: pointer; margin-left: 10px"
name="t1"
@click.stop="handleApproveMainImage"
/>
@ -776,7 +776,7 @@ defineExpose({
/>
<SvgIcon
v-if="[1].includes(taskDetailInfo.historyStates)"
style="cursor: pointer; margin-left: 30px"
style="cursor: pointer; margin-left: 20px; margin-right:10px"
name="t9"
@click.stop="handleRejectdubiousfileyd(taskDetailInfo.id)"
/>
@ -934,19 +934,19 @@ defineExpose({
<div v-show="overTask && overTask.id === item.id" class="action">
<SvgIcon
v-if="item.historyStates === 1"
style="cursor: pointer"
style="cursor: pointer; margin-left: 10px"
name="t1"
@click.stop="approvalHandler"
/>
<SvgIcon
v-if="[1].includes(item.historyStates)"
style="cursor: pointer; margin-left: 40px"
style="cursor: pointer; margin-left: 30px"
name="t2"
@click.stop="singleRejectHandler(item)"
/>
<SvgIcon
v-if="[1].includes(item.historyStates)"
style="cursor: pointer; margin-left: 30px"
style="cursor: pointer; margin-left: 20px; margin-right:10px"
name="t9"
@click.stop="handleRejectdubiousfileyd(item.pictureid)"
/>
@ -990,7 +990,7 @@ defineExpose({
flex: 1;
flex-direction: column;
box-sizing: border-box;
margin-left: 16px !important;
// margin-left: 16px !important;
margin-right: 16px !important;
padding: 16px 16px 0px 16px;
background: #fff;

@ -21,7 +21,7 @@ function ApprovalOver(packageId) {
</div>
<div class="main">
<!-- 侧边 -->
<Aside @approval-over="ApprovalOver" />
<Aside @approval-over="ApprovalOver" style="margin-right:16px"/>
<!-- 内容 -->
<Content ref="contentRef" />

Loading…
Cancel
Save