特殊处理 认证房源 要红色字体

This commit is contained in:
A1300399510
2024-03-19 12:07:10 +08:00
parent b5c2e8bbe5
commit be52dede90
5 changed files with 8 additions and 5 deletions

View File

@@ -160,6 +160,7 @@
<img class="img-box" src="@/assets/img/publicImage/round-fork.svg" alt="">
</div>
清除金额
</div>
</div>
</div>
@@ -209,7 +210,9 @@
<div class="dropdown-btn min-btn jus-x al-item dis-f" style="border:1px solid #fff;"
v-for="(item, i) in otherData" :key="i">
<el-checkbox-group v-model="otherCheck.list" @change="setOtherCheck">
<el-checkbox :label="item.id">{{ item.title }}</el-checkbox>
{{ item }}
<!-- 特殊处理 认证房源 要红色字体 -->
<el-checkbox :label="item.id" :style="{color: item.title == '认证房源' ? '#F95D5D' : ''}">{{ item.title }}</el-checkbox>
</el-checkbox-group>
</div>
</div>