Commit 495f0b18 by 林家欣

fix: 修改轮播图title鼠标移上去显示

parent 67ddf9f1
......@@ -70,7 +70,7 @@
v-for="el in newsBanner"
:key="el.id"
>
<div class="newsBanner-title">
<div class="newsBanner-title" :title="el.title">
{{ el.title }}
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment