优化首页404图片在移动端的样式

This commit is contained in:
yangjian 2020-10-18 15:11:14 +08:00
parent c55c8e3e0a
commit 7827881a82

View File

@ -200,9 +200,12 @@
<!-- 列表布局结束 -->
{% endfor %}
{% if project_list.count == 0 %}
<img src="{% static 'non_doc.png' %}">
{% endif %}
<div>
<img src="{% static 'non_doc.png' %}" style="width: 100%;height:auto;">
</div>
{% endif %}
</div>
<!-- 主体结束 -->
<!-- 分页 -->
<div class="layui-row project-list-page" style="text-align: center;">