style(RankListMini): 为新闻排名列表添加白色背景
为增强视觉对比度,在新闻排名列表组件中添加白色背景色
This commit is contained in:
parent
7acc8c7332
commit
c29b2b48a9
|
|
@ -214,6 +214,7 @@ const handlePopupErrorCallback = () => {
|
|||
<style scoped lang="scss">
|
||||
.news-rank-list {
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
|
|||
Loading…
Reference in New Issue