吉安感知网项目-前端
罗广辉
2026-01-08 28bcf514ee7cb2ebc593c4a958265329fd8fc7ce
uniapps/work-app/src/pages/voiceCall/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="voiceCallContainer">
  <div class="voiceCallContainer" :style="{ paddingTop: topMargin + 'px' }">
    <!-- 顶部搜索栏 -->
    <div class="searchBar">
      <up-search placeholder="请输入关键字搜索"  :animation="true"   :show-action="false"></up-search>
@@ -36,7 +36,8 @@
</template>
<script setup>
import { ref, computed } from 'vue'
import { getStatusBarHeight } from '@/utils/common';
const topMargin = getStatusBarHeight()
// 搜索关键字
const searchKeyword = ref('')