优化界面显示

This commit is contained in:
GoEdgeLab
2022-10-23 11:44:09 +08:00
parent 19cc57d78f
commit 300c4e133c
5 changed files with 19 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ Tea.context(function () {
this.showNodeTasks = function () {
teaweb.popup("/clusters/tasks/listPopup", {
height: "24em",
width: "50em"
width: "54em"
})
}
@@ -166,7 +166,7 @@ Tea.context(function () {
this.showDNSTasks = function () {
teaweb.popup("/dns/tasks/listPopup", {
height: "24em",
width: "50em"
width: "54em"
})
}
});