|
|
@ -662,7 +662,7 @@ defineExpose({
|
|
|
|
<div class="right">
|
|
|
|
<div class="right">
|
|
|
|
<div v-show="!showActions" style="display: flex; align-items: center">
|
|
|
|
<div v-show="!showActions" style="display: flex; align-items: center">
|
|
|
|
<div class="btn" style="margin: 0px 10px" @click="setBatch(true)">
|
|
|
|
<div class="btn" style="margin: 0px 10px" @click="setBatch(true)">
|
|
|
|
<SvgIcon style="margin-right: 6px" size="14" name="tf" />
|
|
|
|
<SvgIcon style="margin-right: 6px" size="22" name="batch" />
|
|
|
|
批量审批
|
|
|
|
批量审批
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="icon-wrap">
|
|
|
|
<div class="icon-wrap">
|
|
|
@ -693,9 +693,9 @@ defineExpose({
|
|
|
|
<div v-show="showActions" class="batch">
|
|
|
|
<div v-show="showActions" class="batch">
|
|
|
|
<n-button text @click="setBatch(false)">
|
|
|
|
<n-button text @click="setBatch(false)">
|
|
|
|
<template #icon>
|
|
|
|
<template #icon>
|
|
|
|
<SvgIcon name="revoke" />
|
|
|
|
<SvgIcon name="revoke" size="13" style="color: #666666;"/>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
返回
|
|
|
|
<span style="font-size:14px;color: #666666;">返回</span>
|
|
|
|
</n-button>
|
|
|
|
</n-button>
|
|
|
|
<div style="cursor: pointer; margin-left: 16px" @click.stop="rejectHandler">
|
|
|
|
<div style="cursor: pointer; margin-left: 16px" @click.stop="rejectHandler">
|
|
|
|
<SvgIcon width="64" height="28" name="a1" />
|
|
|
|
<SvgIcon width="64" height="28" name="a1" />
|
|
|
@ -876,7 +876,7 @@ defineExpose({
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
|
|
|
|
|
|
|
|
v-if="imgbigshow"
|
|
|
|
v-if="imgbigshow"
|
|
|
|
style="display: flex; justify-content: space-between; padding: 12px 0px 3px 0"
|
|
|
|
style="display: flex; justify-content: space-between; padding: 12px 0px 3px 0; margin-top: 9px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
<span
|
|
|
@ -1200,7 +1200,7 @@ defineExpose({
|
|
|
|
|
|
|
|
|
|
|
|
.footer-times {
|
|
|
|
.footer-times {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 210px;
|
|
|
|
height: 200px;
|
|
|
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(3, 0, 0, 0.73));
|
|
|
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(3, 0, 0, 0.73));
|
|
|
|
border-radius: 0px 8px 8px 8px;
|
|
|
|
border-radius: 0px 8px 8px 8px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -1254,17 +1254,7 @@ defineExpose({
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.icon-wrap {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
background: rgba(80, 122, 253, 0.1);
|
|
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.img-info {
|
|
|
|
.img-info {
|
|
|
|
color: lime !important;
|
|
|
|
color: lime !important;
|
|
|
@ -1464,8 +1454,9 @@ defineExpose({
|
|
|
|
.check {
|
|
|
|
.check {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
z-index: 3;
|
|
|
|
left: 12px;
|
|
|
|
left: 17px;
|
|
|
|
top: 12px;
|
|
|
|
top: 19px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.percent {
|
|
|
|
.percent {
|
|
|
@ -1560,6 +1551,17 @@ defineExpose({
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-wrap {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
background: rgba(80, 122, 253, 0.1);
|
|
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
::v-deep(.n-divider:not(.n-divider--vertical)) {
|
|
|
|
::v-deep(.n-divider:not(.n-divider--vertical)) {
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|