提交 1a3ce5bd 编写于 作者: haochangdi's avatar haochangdi

修改没有模板时候的样式

上级 e00700f5
......@@ -47,7 +47,14 @@
</div>
</div>
</div>
<div class="empty" v-if="!list.lenght || !list">
<div class="table-empty">
<img src="../../../assets/image/no-content1.png">
<p>暂时还没有项目模版哦</p>
</div>
</div>
<i></i><i></i><i></i><i></i><i></i><i></i>
</div>
<el-dialog title="项目详情" :visible.sync="dialogTableVisible" class="dialog-list-wrap">
<div class="dialog-line"></div>
......@@ -322,6 +329,24 @@ export default {
}
}
}
.empty {
width: 100%;
height: 60vh;
.table-empty {
width: 400px;
text-align: center;
margin: 10vh auto 0;
img {
width: 100px;
height: 100px;
}
p {
margin-top: -30px;
line-height: 60px;
color: #909399;
}
}
}
}
.dialog-list-wrap {
.el-dialog {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册