yiming
2024-06-17 5aa3b54105ae365c9a010347838b9f6cda7f8141
专题暂无数据
2个文件已修改
17 ■■■■■ 已修改文件
pages/specialDiscussion/index.wxml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/specialDiscussion/index.wxss 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/specialDiscussion/index.wxml
@@ -39,7 +39,9 @@
    </view>
  </view>
  <view wx:if="{{specialSubjectList.length <= 0}}" class="noDataBox">
    <t-empty icon="folder-open" description="暂无数据" font-size="80" />
  </view>
</view>
@@ -69,6 +71,10 @@
        </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>
pages/specialDiscussion/index.wxss
@@ -134,3 +134,12 @@
  background-size: 30% 50%;
  /* 将背景图片位置设置为靠右 */
}
.noDataBox {
  width: 100%;
  /* margin-top: 200rpx; */
  height: 620rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}