提高消息弹窗高度

This commit is contained in:
刘祥超
2023-03-15 15:48:35 +08:00
parent c0a13305ad
commit a31ca5cfb6

View File

@@ -82,7 +82,7 @@ Tea.context(function () {
this.showMessages = function () {
teaweb.popup("/messages", {
height: "24em",
height: "28em",
width: "50em"
})
}