|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
|
|
|
|
|
<!-- 系统录入 height: 178px;position:relative;top:-450px;right:20px--> |
|
|
|
|
<el-tooltip placement="top" popper-class="sth-popper" close-delay="0"> |
|
|
|
|
<div slot="content" class="computerContent" @click="showManage"> |
|
|
|
|
<div slot="content" class="computerContent" @click="showManage" v-show="!manageVisible"> |
|
|
|
|
<img v-lazy="lazyImg[3]" style="height: 100px;" alt="" /> |
|
|
|
|
</div> |
|
|
|
|
<div class="bg-gray-50 " @click="showManage"> |
|
|
|
@ -108,12 +108,17 @@ |
|
|
|
|
<div :id="item.name" v-for="(item) in goodsShelfTotalData" :key="item.id" class=" justify-center img-wrap" :class="{ checked: checkList.includes(item.id),file:true }" @click="goodsDblClickFn(item)"> |
|
|
|
|
<!-- <img :style="item.name==='开户申请书'?'margin-top:10px;':''" :src="item.src" alt="" /> --> |
|
|
|
|
<el-image |
|
|
|
|
style="width: 90%; height: 70px; top: 10px;" |
|
|
|
|
style="width: 110px; height: 70px; margin-top: 10px;" |
|
|
|
|
:src="item.src" |
|
|
|
|
fit="scale-down" |
|
|
|
|
fit="fit" |
|
|
|
|
:title="item.name" |
|
|
|
|
:alt="item.name"></el-image> |
|
|
|
|
<p>{{item.name}}</p> |
|
|
|
|
<!-- <el-image |
|
|
|
|
style="width: 100px; height: 70px;margin-top: 10px;" |
|
|
|
|
:src="item.src" |
|
|
|
|
fit="scale-down"></el-image> |
|
|
|
|
<p>{{item.name}}</p> --> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="goods" :class="{ active: showGoods }" @click="toggleGoods"> |
|
|
|
@ -3212,6 +3217,7 @@ export default { |
|
|
|
|
width: 100%; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
overflow-x: auto; |
|
|
|
|
overflow-y: hidden; |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: -100%; |
|
|
|
|