|
|
|
@ -56,7 +56,7 @@ defineExpose({
|
|
|
|
|
<template>
|
|
|
|
|
<div class="removeMask">
|
|
|
|
|
<!-- <n-modal v-model:show="show" :show-mask="false" :mask-closable="false" transform-origin="center" style="position: fixed;right: 0;bottom: 0;"> -->
|
|
|
|
|
<div v-if="show" style="position: fixed;right: 0;bottom: 0; float: left; z-index: 999;" >
|
|
|
|
|
<div v-if="show" style="position: fixed;right: 0;bottom: 0; float: left; z-index: 999;width:360px;height:157px;" >
|
|
|
|
|
<n-card :style="cardStyle" :bordered="false" size="huge" role="dialog" aria-modal="true" style="padding: 8px 8px 0 8px;">
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<div class="title">查重进度</div>
|
|
|
|
@ -90,9 +90,11 @@ defineExpose({
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 16px
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.msg {
|
|
|
|
@ -103,6 +105,8 @@ defineExpose({
|
|
|
|
|
line-height: 54px;
|
|
|
|
|
}
|
|
|
|
|
.removeMask {
|
|
|
|
|
width: 360px;
|
|
|
|
|
height: 157px;
|
|
|
|
|
::v-deep(.n-modal-mask) {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|