Skip to content

Commit b585fdc

Browse files
committed
fix : popup nuve 提示不支持css
1 parent 183ec79 commit b585fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/uni-popup/uni-popup.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,10 @@
264264
/* #endif */
265265
position: relative;
266266
/* iphonex 等安全区设置,底部安全区适配 */
267+
/* #ifndef APP-NVUE */
267268
padding-bottom: constant(safe-area-inset-bottom);
268269
padding-bottom: env(safe-area-inset-bottom);
270+
/* #endif */
269271
}
270272
271273
.content-ani {

0 commit comments

Comments
 (0)