|
|
|
@ -148,7 +148,7 @@ |
|
|
|
|
</el-form> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div v-else-if="popText==='印章盒'" class="seal 2xl:w-7/12 xl:w-9/12 lg:w-full h-5/6 animate__animated animate__bounceIn"> |
|
|
|
|
<div v-else-if="popText==='印章盒'" class=" seal 2xl:w-7/12 xl:w-9/12 lg:w-full h-5/6 animate__animated animate__bounceIn"> |
|
|
|
|
<div class="left min-h-full"> |
|
|
|
|
<!-- dblClickFn(item) --> |
|
|
|
|
<div v-for="(item, index) in sealArr" :key="item.id" :class="{ checked: sealChecked.includes(item.id),file:true }" @click="checkSeal(item.id)"> |
|
|
|
@ -360,6 +360,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
return { |
|
|
|
|
fit: 'scale-down', |
|
|
|
|
controlGoodsDblClickFn: null, |
|
|
|
|
// cultureIn: [], // 传票栏 |
|
|
|
|
// peopleSign: [], |
|
|
|
@ -3502,4 +3503,9 @@ color: #fff; |
|
|
|
|
.imgIndex { |
|
|
|
|
z-index: 9999!important; |
|
|
|
|
} |
|
|
|
|
.rotateComputer { |
|
|
|
|
// transform-origin: right right; |
|
|
|
|
// transform: rotate3d(0.5,0.5,0,45deg); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
</style> |