标题更改

This commit is contained in:
wuhongjian 2023-01-13 17:48:26 +08:00
parent 18d075b847
commit 5b1360c2f2
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
:class="[choose === 0 ? 'departmentStyle' : 'departmentStyle1']"
@click="handleChose(0)"
>
市级领域场景
多跨融合场景
</div>
<div
:class="[choose === 1 ? 'departmentStyle' : 'departmentStyle1']"

View File

@ -16,7 +16,7 @@
<div class="resultListSearchInput-father" v-if="number === 0">
<div class="second-title">
<div :class="[cityOrArea === 0 ? 'departmentStyle' : 'departmentStyle1']" @click="handleChose(0)">
<img src="~@/assets/home/city.png" /> 市级领域场景
<img src="~@/assets/home/city.png" /> 多跨融合场景
<div :class="cityOrArea === 0 ? 'sanjiao' : ''"></div>
</div>