fix(diy-map): 替换cover-view为div解决z-index失效问题

移除ns-login组件中不必要的z-index设置
This commit is contained in:
2026-01-24 09:20:01 +08:00
parent 1e51abd7cd
commit 38ade75046
2 changed files with 9 additions and 3 deletions

View File

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