Merge branch 'dev-3.7' of git.mesalab.cn:nezha/nezha-fronted into dev-3.8

This commit is contained in:
zyh
2023-06-21 14:10:55 +08:00
7 changed files with 9 additions and 12 deletions

View File

@@ -370,7 +370,7 @@ export default {
} else {
this.position.left = ePosition.layerX - 20 - 400
}
if (boxHeight > (ePosition.layerY + 300)) {
if (boxHeight / 2 > ePosition.layerY) {
this.position.top = ePosition.layerY + 50
} else {
this.position.top = ePosition.layerY - 300