|
|
|
@ -39,7 +39,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div style="margin-top: 40px;">
|
|
|
|
<div style="margin-top: 40px;">
|
|
|
|
|
|
|
|
|
|
|
|
<el-empty :image-size="240" v-if="pictureRecard.length===0"></el-empty>
|
|
|
|
<div v-if="pictureRecard.length===0" class="empty">
|
|
|
|
|
|
|
|
<img src="@/assets/images/emptyData.png" alt="暂无数据"/>
|
|
|
|
|
|
|
|
<div>暂无数据</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div v-if="pictureRecard.length>0">
|
|
|
|
<div v-if="pictureRecard.length>0">
|
|
|
|
|
|
|
|
|
|
|
|
@ -728,4 +731,14 @@ export default {
|
|
|
|
::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
|
|
::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
|
|
background-color: #fff18e;
|
|
|
|
background-color: #fff18e;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.empty{
|
|
|
|
|
|
|
|
width:100%;
|
|
|
|
|
|
|
|
height:500px;
|
|
|
|
|
|
|
|
color:#666666;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|