fix: 模式切换时,弹框覆盖过大,问题修复。

This commit is contained in:
tianyongbao
2026-01-20 21:56:46 +08:00
parent 10ec6d0fce
commit 80ddb2c3a8

View File

@@ -1455,6 +1455,8 @@ function toPay() {
.nut-popup--bottom {
box-shadow: 0px 1px 7px 0px rgb(20, 20, 20);
border-radius: 0px;
max-height: 80vh;
overflow-y: auto;
}
.nut-popup--center.round {