特殊处理 认证房源 要红色字体
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user