Commit 11b44d42 authored by 张锡奇's avatar 张锡奇

upload

parent 70cbd5e1
......@@ -74,6 +74,15 @@
.items:last-child{
margin-bottom:15px;
}
.img{
width:100%;
display: flex;
justify-content: center;
img{
width:100%;
height:300px;
}
}
}
</style>
......@@ -104,6 +113,9 @@
</div>
</div>
</div>
<div class="img" v-if="list.length <= 0">
<img src="@/assets/noData.jpg" class="_img" alt="">
</div>
</div>
</template>
......
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