This commit is contained in:
wangjiahai
2023-11-21 15:24:16 +08:00
parent cdba5b6bef
commit c98939f279

View File

@@ -17,7 +17,7 @@
</view> </view>
</view> </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> 绑定新卡</view>
<uni-popup ref="inputDialog" type="dialog"> <uni-popup ref="inputDialog" type="dialog">
@@ -95,5 +95,6 @@
page { page {
width: 100%; width: 100%;
height: 100%; height: 100%;
height: calc(100% + var(--window-bottom); )
} }
</style> </style>