Commit 9f9d25cc authored by youjie's avatar youjie

no message

parent e24db65c
...@@ -31,7 +31,11 @@ ...@@ -31,7 +31,11 @@
</view> </view>
</view> </view>
<view class="index-student-information" style="flex:1;height:1px"> <view class="index-student-information" style="flex:1;height:1px">
<examDetailsComponents :ExamStu="ExamStu" :checkUnKnow='unSelectCheck'></examDetailsComponents> <examDetailsComponents v-if="ExamStu.length>0" :ExamStu="ExamStu" :checkUnKnow='unSelectCheck'></examDetailsComponents>
<view class="noData" v-else>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653902791000_806.png" mode="widthFix"></image>
<view>暂无评论规则数据</view>
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -108,6 +112,23 @@ ...@@ -108,6 +112,23 @@
}; };
</script> </script>
<style scoped> <style scoped>
.noData {
text-align: center;
flex: 1;
width: 100%;
margin-top: 171rpx;
}
.noData image {
width: 200rpx;
margin-bottom: 40rpx;
}
.noData view {
font-size: 24rpx;
color: #cecece;
text-align: center;
}
.index-student-information{ .index-student-information{
min-height: 800rpx; min-height: 800rpx;
background: #FFFFFF; background: #FFFFFF;
......
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