diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 737ab62bc..c3d6e1969 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -39,7 +39,7 @@
-
+
  • {{item.label}}
  • @@ -49,7 +49,7 @@
  • {{item.label}}
-
+
  • {{item.label}}
  • @@ -59,7 +59,7 @@
  • {{item.label}}
-
+
  • {{item.name}}
  • @@ -69,7 +69,7 @@
  • {{item.name}}
-
+
  • {{item.host}}
  • @@ -79,7 +79,7 @@
  • {{item.host}}
-
+
  • {{item.name}}
  • @@ -89,7 +89,7 @@
  • {{item.name}}
-
+
  • {{item.name}}
  • @@ -100,37 +100,37 @@
-
+
  • {{item.value}}
-
+
  • {{item.value}}
-
+
  • {{item.name}}
-
+
  • {{item.name}}
-
+
  • {{item.label}}
-
+
  • {{item.name}}
  • @@ -141,7 +141,7 @@
-
+
  • {{item.name}}
  • @@ -174,7 +174,7 @@ -
    +
    • {{val.name}} @@ -198,7 +198,7 @@ export default { name: 'index', data () { return { - selectDom: { top: '', tempTop: '', show: true }, // 选择弹框的位置 + selectDom: { top: '', left:'', tempTop: '', show: true }, // 选择弹框的位置 clearSearchShow: false, select_conditionsName: '', selectInfoList: searchSelectInfo, @@ -1246,6 +1246,7 @@ export default { } else { const position = inputListDom.getBoundingClientRect() this.selectDom.top = position.top + 36 + 'px' + this.selectDom.left = position.left + 'px' } }) }