修改文档库的搜索按钮箭头

This commit is contained in:
qq787203167
2022-03-23 21:11:10 +08:00
parent f4dfb1a382
commit c495bafb87
+1 -1
View File
@@ -138,7 +138,7 @@
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a @click="handleToggleSearch" style="margin-left: 8px" v-if="searchList.length > 3">
{{ toggleSearchStatus ? $t('open') : $t('away') }}
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
</a-col>