f3dc1d53 by 焦泽平
2 parents 5f9ec4ef 15f1b27f
......@@ -10,7 +10,7 @@
<div
:class="
lpbData.cs.length == 0 && lpbData.zdys.length == 0
? 'ljz-wrap'
? 'bottom40 ljz-wrap'
: 'ljz-wrap'
"
v-show="lpbData.ljzs.length > 0"
......@@ -771,8 +771,7 @@ export default {
}
}
.bottom40 {
position: absolute;
bottom: 40px;
margin-bottom: -30px;
}
.zdy-wrap {
height: auto;
......