Commit 0e1cbbbe authored by youjie's avatar youjie

no message

parent 76fdb1e4
......@@ -260,7 +260,11 @@
data.titleList.forEach(i=>{
if(item.DateStr.slice(8,10)==i.num){
item.Week = i.name
i.listNum = item.SubList
if(item.SubList.length>0){
i.listNum = item.SubList
}else{
i.listNum = 0
}
}
})
})
......@@ -408,6 +412,9 @@
margin-right: 5rpx;
margin-bottom: 5rpx;
}
.titleHeader-mark view:last-child{
margin-right: 0;
}
.titleHeader-mark view.activeOne{
background: #FC952A;
}
......
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