提交
This commit is contained in:
parent
1e74a491ce
commit
900fdd468d
@ -90,7 +90,7 @@
|
||||
</div>
|
||||
<div class="hid-box">
|
||||
<checkBoxGroup :show="showSelect && selectTabCheck.id !== ''" :selectSeach="selectSeach"
|
||||
:closeSeach="closeSeach" :clearList="clearSelectTabCheck" :list="selectTabCheck.data">
|
||||
:closeSeach="closeSeach" :clearList="clearSelectTabCheck" :list="selectTabCheck.data" ref="checkBoxGroupInfo">
|
||||
</checkBoxGroup>
|
||||
</div>
|
||||
</div>
|
||||
@ -140,8 +140,8 @@
|
||||
<span class="unit-box">HK$/月</span>
|
||||
</div>
|
||||
<div class="clean-btn dis-f al-item jus-x" v-show="rentObj.min || rentObj.max" @click="cleanRent">
|
||||
<div class="img-box dis-f jus-x al-item">
|
||||
<img class="img" src="../../assets/homeImage/closeIcon.svg" alt="">
|
||||
<div class="dis-f jus-x al-item">
|
||||
<img class="img-box" src="@/assets/img/publicImage/round-fork.svg" alt="">
|
||||
</div>
|
||||
清除金额
|
||||
</div>
|
||||
@ -1150,16 +1150,9 @@ img {
|
||||
.img-box {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: 1px solid #333;
|
||||
margin-right: 5px;
|
||||
border-radius: 50%;
|
||||
position: relative;
|
||||
|
||||
.img {
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user