提高消息弹窗高度

This commit is contained in:
GoEdgeLab
2023-03-15 15:48:35 +08:00
parent 7bf5bb33ae
commit 564c51f51c

View File

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