Browse Source

我的收藏优化

master
lqq 6 years ago
parent
commit
284b196647
  1. 2
      pages/article/index.wxss
  2. 1
      pages/user/myFavorite/index.wxml

2
pages/article/index.wxss

@ -3,7 +3,7 @@
overflow: hidden;
}
.page_hd {
padding: 0 15px;
padding: 0 20rpx;
display: flex;
flex-direction: column;
margin-bottom: 10px;

1
pages/user/myFavorite/index.wxml

@ -5,6 +5,7 @@
<artice-cell
cId="{{item.topicId}}"
title="{{item.title}}"
image="{{item.topicImg}}"
time="{{item.time}}"
bind:clickListItem="clickListItem"/>
</block>

Loading…
Cancel
Save