|
|
@ -132,7 +132,7 @@ |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div v-else-if="popText==='印章盒'" class="seal" style="width:1200px;"> |
|
|
|
<div v-else-if="popText==='印章盒'" class="seal" style="width:970px;"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<!-- dblClickFn(item) --> |
|
|
|
<!-- dblClickFn(item) --> |
|
|
|
<div v-for="(item, index) in sealArr" :key="item.id" :class="{ checked: sealChecked.includes(item.id),file:true }" @click="checkSeal(item.id)"> |
|
|
|
<div v-for="(item, index) in sealArr" :key="item.id" :class="{ checked: sealChecked.includes(item.id),file:true }" @click="checkSeal(item.id)"> |
|
|
@ -2942,11 +2942,11 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.seal{ |
|
|
|
.seal{ |
|
|
|
width: 1100px; |
|
|
|
width: 970px; |
|
|
|
margin-top: -5vh; |
|
|
|
margin-top: -5vh; |
|
|
|
max-height: 30vh; |
|
|
|
max-height: 30vh; |
|
|
|
min-height: 30vh; |
|
|
|
min-height: 30vh; |
|
|
|
overflow: auto; |
|
|
|
//overflow: auto; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-around; |
|
|
|
justify-content: space-around; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
@ -3068,13 +3068,19 @@ export default { |
|
|
|
min-height: 65vh; |
|
|
|
min-height: 65vh; |
|
|
|
.seal{ |
|
|
|
.seal{ |
|
|
|
margin-top: -5vh; |
|
|
|
margin-top: -5vh; |
|
|
|
|
|
|
|
max-height: 30vh; |
|
|
|
|
|
|
|
min-height: 30vh; |
|
|
|
|
|
|
|
//overflow: auto; |
|
|
|
|
|
|
|
//display: flex; |
|
|
|
|
|
|
|
//justify-content: space-around; |
|
|
|
|
|
|
|
//flex-wrap: wrap; |
|
|
|
|
|
|
|
.left{ |
|
|
|
max-height: 30vh; |
|
|
|
max-height: 30vh; |
|
|
|
min-height: 30vh; |
|
|
|
min-height: 30vh; |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-around; |
|
|
|
//justify-content: space-around; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
.left{ |
|
|
|
|
|
|
|
.file { |
|
|
|
.file { |
|
|
|
//height: 10vh; |
|
|
|
//height: 10vh; |
|
|
|
img { |
|
|
|
img { |
|
|
|