修改样式整体缩小

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> </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;
@ -3070,11 +3070,17 @@ export default {
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;
.left{ .left{
max-height: 30vh;
min-height: 30vh;
overflow: auto;
display: flex;
//justify-content: space-around;
flex-wrap: wrap;
.file { .file {
//height: 10vh; //height: 10vh;
img { img {

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

Loading…
Cancel
Save