提交修改

hangao
dshclm 5 months ago
parent bd1467f0a0
commit da8eab0ceb

@ -6,6 +6,7 @@
</head>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app">
<div v-if="paperList.length > 0">
<el-card v-for="item in paperList" style="margin-bottom: 10px; line-height: 30px;">
<el-row :gutter="20">
@ -30,7 +31,11 @@
</el-col>
</el-row>
<el-empty v-else description="暂无数据"></el-empty>
</el-card>
</div>
<el-card v-else class="left-card">
<el-empty description="暂无数据"></el-empty>
</el-card>
</div>
</div>

Loading…
Cancel
Save