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>
<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 class="data-title">小提示</div>
<img class="close" src="@/assets/svg/close.svg" alt="" @click="hide">

@ -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>

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

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

Loading…
Cancel
Save