fix: 模式切换时,弹框覆盖过大,问题修复。
This commit is contained in:
@@ -1455,6 +1455,8 @@ function toPay() {
|
|||||||
.nut-popup--bottom {
|
.nut-popup--bottom {
|
||||||
box-shadow: 0px 1px 7px 0px rgb(20, 20, 20);
|
box-shadow: 0px 1px 7px 0px rgb(20, 20, 20);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
max-height: 80vh;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nut-popup--center.round {
|
.nut-popup--center.round {
|
||||||
|
|||||||
Reference in New Issue
Block a user