吉安感知网项目-前端
张含笑
2026-01-08 d22879178dfd4164cf41fc783fd376ce7b7528cd
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('')