From f2ef9272ed076bdca33d21b39bcc671e576553b3 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 27 九月 2022 11:30:04 +0800 Subject: [PATCH] 添加场景的 时间段的添加编辑删除 加请求字段devid --- src/views/search/components/treeMenu/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/search/components/treeMenu/index.vue b/src/views/search/components/treeMenu/index.vue index 1e244bd..2ec54db 100644 --- a/src/views/search/components/treeMenu/index.vue +++ b/src/views/search/components/treeMenu/index.vue @@ -403,9 +403,11 @@ </script> <style lang="scss" scoped> .dialog-box { - position: absolute; + top: 415px; + left: 43px; + position: fixed; width: 220px; - z-index: 1; + z-index: 3; } .dialog-box-bg { position: absolute; -- Gitblit v1.8.0