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