顶部组件背景图替换 列表组件价格底部对齐
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<img src="../assets/homeImage/mapImg.png" class="img" alt="">
|
||||
地图找房
|
||||
</div> -->
|
||||
<div class="tool-btn dis-f jus-x al-item add-btn" style="position: relative;">
|
||||
<div class="tool-btn dis-f jus-x al-item add-btn" :class="{'mg-l-10':routePath==='/'}" style="position: relative;">
|
||||
<img src="../../assets/homeImage/addBtn.png" class="img" alt="">
|
||||
发布房源
|
||||
<choosing-identity></choosing-identity>
|
||||
@@ -463,6 +463,9 @@ defineExpose({
|
||||
margin-left: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.mg-l-10{
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.tool-btn {
|
||||
width: 160px;
|
||||
|
||||
Reference in New Issue
Block a user