对照设计图调整搜索中心
This commit is contained in:
@@ -272,11 +272,11 @@
|
||||
align: 'center',
|
||||
dataIndex: 'region'
|
||||
},
|
||||
{
|
||||
title: this.$t('functionalAreas'),
|
||||
align: 'center',
|
||||
dataIndex: 'function_territory'
|
||||
},
|
||||
// {
|
||||
// title: this.$t('functionalAreas'),
|
||||
// align: 'center',
|
||||
// dataIndex: 'function_territory'
|
||||
// },
|
||||
{
|
||||
title: this.$t('technicalField'),
|
||||
align: 'center',
|
||||
|
||||
@@ -29,10 +29,20 @@
|
||||
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
||||
@search="wholeOnSearch"
|
||||
></a-input-search>
|
||||
<span v-if="active === $t('whole') || active === $t('DocumentLibrary')" class="textSearch"
|
||||
@click="wholeTextSearch(selectValueTwo)">{{$t('searchInResults')}}</span>
|
||||
<span v-if="active === $t('whole') || active === $t('DocumentLibrary')" class="textSearch"
|
||||
@click="ResetSearch()">{{$t('reset')}}</span>
|
||||
<a-button class="textSearch"
|
||||
v-if="active === $t('whole') || active === $t('DocumentLibrary')"
|
||||
@click="wholeTextSearch(selectValueTwo)"
|
||||
>{{$t('searchInResults')}}
|
||||
</a-button>
|
||||
<a-button class="textSearch"
|
||||
v-if="active === $t('whole') || active === $t('DocumentLibrary')"
|
||||
@click="ResetSearch()"
|
||||
>{{$t('reset')}}
|
||||
</a-button>
|
||||
<!-- <span v-if="active === $t('whole') || active === $t('DocumentLibrary')" class="textSearch"-->
|
||||
<!-- @click="wholeTextSearch(selectValueTwo)">{{$t('searchInResults')}}</span>-->
|
||||
<!-- <span v-if="active === $t('whole') || active === $t('DocumentLibrary')" class="textSearch"-->
|
||||
<!-- @click="ResetSearch()">{{$t('reset')}}</span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="search-center-content">
|
||||
@@ -174,10 +184,12 @@
|
||||
|
||||
.search-detail {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
//justify-content: center;
|
||||
.search-detail-wrap {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.search-detail-title {
|
||||
width: 120px;
|
||||
@@ -208,11 +220,12 @@
|
||||
}
|
||||
|
||||
.inputSearch {
|
||||
width: 400px;
|
||||
width: 608px;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
width: 488px;
|
||||
width: 608px;
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
@@ -250,7 +263,20 @@
|
||||
line-height: 40px;
|
||||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
color: #21c9cc;
|
||||
/*color: #21c9cc;*/
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.textSearch .ant-btn {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.search-header-left .ant-tabs-nav-wrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user