20240205
luoJunYong.123 3 years ago
parent 365902eac9
commit a94c218ebf
  1. 2
      src/components/tipDialog/index.vue
  2. 8
      src/pages/counter/list/index.vue
  3. 2
      src/pages/manage/index/index.vue
  4. 1
      src/pages/manage/list/client/consumerClient.vue

@ -1,5 +1,5 @@
<template> <template>
<el-dialog :visible="tipsOperate? true: false" width="400px" :close-on-click-modal="false" :modal="false" :close-on-press-escape="false" :show-close="false" custom-class="data-dia"> <el-dialog :visible="tipsOperate? true: false" width="400px" :close-on-click-modal="false" :modal="false" :close-on-press-escape="false" :show-close="false" custom-class=" animate-pulse data-dia">
<div slot="title" class="dia-header"> <div slot="title" class="dia-header">
<div class="data-title">小提示</div> <div class="data-title">小提示</div>
<img class="close" src="@/assets/svg/close.svg" alt="" @click="hide"> <img class="close" src="@/assets/svg/close.svg" alt="" @click="hide">

@ -148,7 +148,7 @@
</el-form> </el-form>
</div> </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"> <div class="left min-h-full">
<!-- 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)">
@ -360,6 +360,7 @@ export default {
} }
}; };
return { return {
fit: 'scale-down',
controlGoodsDblClickFn: null, controlGoodsDblClickFn: null,
// cultureIn: [], // // cultureIn: [], //
// peopleSign: [], // peopleSign: [],
@ -3502,4 +3503,9 @@ color: #fff;
.imgIndex { .imgIndex {
z-index: 9999!important; z-index: 9999!important;
} }
.rotateComputer {
// transform-origin: right right;
// transform: rotate3d(0.5,0.5,0,45deg);
}
</style> </style>

@ -90,7 +90,7 @@ export default {
@media screen and (min-width: 1200px) and (max-width: 1700px) { @media screen and (min-width: 1200px) and (max-width: 1700px) {
/deep/.body { /deep/.body {
min-height: 30vh; min-height: 50vh;
} }
} }

@ -438,4 +438,5 @@ export default {
overflow-x: hidden; overflow-x: hidden;
} }
} }
</style> </style>

Loading…
Cancel
Save