修复楼层装修标题组件小标题跳转问题

master
paulGao 2022-04-21 16:53:53 +08:00
parent f59a76d9a0
commit 53739d24df
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{{ res.list[0].title }} {{ res.list[0].title }}
</div> </div>
<div style="position: absolute;right: 10px;top:2px;color: #fff;line-height: 42px;font-size: 10px"> <div style="position: absolute;right: 10px;top:2px;color: #fff;line-height: 42px;font-size: 10px">
<a :href="res.list[0].url" :style="{ color: res.list[0].color1 }" style="text-decoration: none">{{ res.list[0].title1 }}</a> <a :style="{ color: res.list[0].color1 }" style="text-decoration: none">{{ res.list[0].title1 }}</a>
</div> </div>
</div> </div>
</div> </div>