修改样式整体缩小

20240205
e 3 years ago
parent a748c8cd78
commit c4c221770b
  1. 20
      src/pages/counter/list/index.vue
  2. 2
      src/store/modules/system.js

@ -132,7 +132,7 @@
</el-form>
</div>
<div v-else-if="popText==='印章盒'" class="seal" style="width:1200px;">
<div v-else-if="popText==='印章盒'" class="seal" style="width:970px;">
<div class="left">
<!-- dblClickFn(item) -->
<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{
width: 1100px;
width: 970px;
margin-top: -5vh;
max-height: 30vh;
min-height: 30vh;
overflow: auto;
//overflow: auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
@ -3070,11 +3070,17 @@ export default {
margin-top: -5vh;
max-height: 30vh;
min-height: 30vh;
overflow: auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
//overflow: auto;
//display: flex;
//justify-content: space-around;
//flex-wrap: wrap;
.left{
max-height: 30vh;
min-height: 30vh;
overflow: auto;
display: flex;
//justify-content: space-around;
flex-wrap: wrap;
.file {
//height: 10vh;
img {

@ -785,9 +785,7 @@ export default {
// cardNumber: '', // 卡号
voucherNumber,
idNumber,
currency:'CNY人民币',
userName,
goldLogo:'钞户',
serviceCharge:'0.00',
chargeWay:'密码',

Loading…
Cancel
Save