Commit f9520409 authored by shilei's avatar shilei

fix: 首页跑马灯滚动条

parent efbf1c5f
......@@ -97,10 +97,10 @@
</div>
<div v-if="homePageData?.noticeList.length" class="flex items-center">
<img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" />
<div class="relative h-5 w-[200px] overflow-hidden">
<div class="relative h-5 w-[180px] overflow-hidden">
<ul ref="marquee2" class="ml-2 h-5 w-[200px] overflow-y-scroll text-sm text-white">
<li v-for="item in homePageData.noticeList" :key="item.name" class="name">
{{ item.name }}
<p class="w-180 ell">{{ item.name }}</p>
</li>
</ul>
</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