refactor: import dialogs (#1187)

* refactor: import dialogs

* fix: world dialog z-index issue

* fix: world dialog z-index issue
This commit is contained in:
pa
2025-03-16 23:38:16 +09:00
committed by GitHub
parent 3cba74fd53
commit 6b6663f803
17 changed files with 1235 additions and 834 deletions
+1 -1
View File
@@ -812,7 +812,7 @@
}
},
watch: {
'worldDialog.visible'(value) {
'worldDialog.loading'(value) {
if (value) {
this.$nextTick(() => this.adjustDialogZ(this.$refs.worldDialog.$el));
}