fix: 问题修复

This commit is contained in:
huxuejian 2026-02-05 17:11:17 +08:00
parent 744b1ee76b
commit 4cc1e6853f

View File

@ -95,4 +95,7 @@ watch(() => props.visible, n => {
width: 48rpx;
height: 48rpx;
}
.popup-content-scroll{
max-height: 65vh;
}
</style>