style(RankListMini): 为新闻排名列表添加白色背景

为增强视觉对比度,在新闻排名列表组件中添加白色背景色
This commit is contained in:
34701892@qq.com 2026-01-06 17:59:52 +08:00
parent 7acc8c7332
commit c29b2b48a9
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ const handlePopupErrorCallback = () => {
<style scoped lang="scss">
.news-rank-list {
padding: 10px;
background-color: white;
}
.list {