|
|
@@ -1,13 +1,7 @@
|
|
|
<template>
|
|
|
<div class="full-width flex flex-col">
|
|
|
<div class="bold font-16 full-width text-left">{{ title }}</div>
|
|
|
- <div class="flex flex-center flex-justify-between mt-15" v-for="item in 6">
|
|
|
- <div>hhhhhhhhhhhhhhhhhhhhhhh dddddddfghjj</div>
|
|
|
- <div class="flex flex-center">
|
|
|
- <span class="mr-20 grey-9 font-13">2023-09-23 12:34</span>
|
|
|
- <div class="read">已读</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <el-empty class="padding-bottom" description="暂无数据"></el-empty>
|
|
|
</div>
|
|
|
</template>
|
|
|
|