Commit fd95f545 authored by youjie's avatar youjie

no message

parent e31e678e
...@@ -22,10 +22,7 @@ ...@@ -22,10 +22,7 @@
<commentsComponents v-if="item.ResultType==3" :jobData="item"></commentsComponents> <commentsComponents v-if="item.ResultType==3" :jobData="item"></commentsComponents>
</template> </template>
</view> </view>
<view class="noData" v-else> <van-empty description="暂无数据" v-if="workList.length === 0" />
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653902791000_806.png" mode="widthFix"></image>
<view>暂无学情反馈信息</view>
</view>
</view> </view>
</template> </template>
...@@ -104,21 +101,6 @@ ...@@ -104,21 +101,6 @@
</script> </script>
<style scoped> <style scoped>
.noData{
text-align: center;
flex:1;
width: 100%;
margin-top: 71rpx;
}
.noData image{
width:200rpx;
margin-bottom: 40rpx;
}
.noData view{
font-size: 24rpx;
color: #cecece;
text-align: center;
}
.student-header-box{ .student-header-box{
padding: 20rpx 42rpx; padding: 20rpx 42rpx;
flex-direction: row; flex-direction: row;
......
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