03 2021 档案

多行Text显示...
摘要:.lbName { font-family: PingFangSC-Regular; font-size: 32rpx; color: #333333; letter-spacing: 0; font-weight: 400; margin-right: 16rpx; max-height: 90r 阅读全文

posted @ 2021-03-10 17:56 土匪7 阅读(53) 评论(0) 推荐(0)

如果控件被压缩,试试flex-shrink: 0;
摘要:右边被压缩了: 加上 flex-shrink: 0; .rightBox { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; margin-left: 26rpx; } OK了 阅读全文

posted @ 2021-03-10 17:54 土匪7 阅读(93) 评论(0) 推荐(0)

小程序数组嵌套赋值
摘要:<view class="rtbItemBox" wx:for="{{sourceArr[outIdx].list}}" wx:key='rtbKey' bindtap="cellClick" data-item="{{item}}"> <text class="rtbTitle">{{item.n 阅读全文

posted @ 2021-03-10 09:51 土匪7 阅读(212) 评论(0) 推荐(0)