优化页面
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div class="Navigation">
|
||||
<image
|
||||
src="../../../static/Navigationimg.png"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Navigationimg.png"
|
||||
mode="scaleToFill"
|
||||
class="Navigationimg"
|
||||
/>
|
||||
<image
|
||||
@click="Returnfunc"
|
||||
src="../../../static/Return.png"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png"
|
||||
mode="scaleToFill"
|
||||
class="Return"
|
||||
/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div
|
||||
<!-- <div
|
||||
:ref="convHeaderRef"
|
||||
class="tui-conversation-header"
|
||||
>
|
||||
@@ -55,7 +55,7 @@
|
||||
</main>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> -->
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { computed, ref, onMounted } from '../../../adapter-vue';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="Navigation-left"> </div>
|
||||
<div class="Navigation">
|
||||
<image
|
||||
src="../../../static/Navigationimg.png"
|
||||
src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Navigationimg.png"
|
||||
mode="scaleToFill"
|
||||
class="Navigationimg"
|
||||
/>
|
||||
|
||||
@@ -27,11 +27,11 @@
|
||||
class="search-input"
|
||||
:searchType="searchType"
|
||||
/>
|
||||
<SearchMore
|
||||
<!-- <SearchMore
|
||||
v-if="isPC || !searchingStatus"
|
||||
class="search-more"
|
||||
:searchType="searchType"
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
<SearchContainer
|
||||
v-if="searchingStatus"
|
||||
|
||||
Reference in New Issue
Block a user