fix(ns-login): 修复complete-info-wrap弹窗层级问题

This commit is contained in:
2026-01-23 17:07:38 +08:00
parent 29b5cfda6f
commit 0939449aa7

View File

@@ -760,6 +760,7 @@ export default {
<style lang="scss" scoped>
.complete-info-popup {
.complete-info-wrap {
z-index: 2147483000;
background: #fff;
padding: 50rpx 40rpx 40rpx;