| | |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | <view wx:if="{{specialSubjectList.length <= 0}}" class="noDataBox"> |
| | | <t-empty icon="folder-open" description="暂无数据" font-size="80" /> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view wx:if="{{specialDiscussionList.length <= 0}}" class="noDataBox"> |
| | | <t-empty icon="folder-open" description="暂无数据" font-size="80" /> |
| | | </view> |
| | | |
| | | |
| | | </t-tab-panel> |
| | | </t-tabs> |
| | |
| | | background-position: right center; |
| | | background-size: 30% 50%; |
| | | /* 将背景图片位置设置为靠右 */ |
| | | } |
| | | |
| | | .noDataBox { |
| | | width: 100%; |
| | | /* margin-top: 200rpx; */ |
| | | height: 620rpx; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |