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('')