有什么方法可以改变appequests对话框的高度吗

Is there any way to change the apprequests dialog height?

本文关键字:对话框 高度 appequests 改变 什么 方法      更新时间:2023-09-26

我试过这个:

FB.UIServer.Methods["apprequests"].size = {width:600,height:320};

宽度实际上会发生变化,但它会将高度强制设置为预定义的值。

谢谢!

<style>
.FB_UI_Dialog {
height: 400px !important;
}
</style>

这个破解有效。