wangjiahai 2 years ago
parent
commit
c98939f279
  1. 3
      pages/card/card.vue

3
pages/card/card.vue

@ -17,7 +17,7 @@
</view>
</view>
<view
style="bottom: 0;z-index: 1;position: fixed;background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
style="bottom: var(--window-bottom);z-index: 1;position: fixed;background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
绑定新卡</view>
<uni-popup ref="inputDialog" type="dialog">
@ -95,5 +95,6 @@
page {
width: 100%;
height: 100%;
height: calc(100% + var(--window-bottom); )
}
</style>
Loading…
Cancel
Save