顶部组件背景图替换 列表组件价格底部对齐

This commit is contained in:
2023-08-02 16:11:38 +08:00
parent e4eb79de24
commit 9832765473
7 changed files with 15 additions and 10 deletions

View File

@@ -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;