调整后台基础模板

This commit is contained in:
yangjian 2020-11-16 21:56:30 +08:00
parent 129c56a653
commit a7fed00e8b

View File

@ -13,14 +13,10 @@
{% endblock %}
</head>
<body class="pear-container">
<div class="layui-card">
<div class="layui-card-body">
{% if debug %}
<blockquote class="layui-elem-quote">当前站点处于Debug调试模式</blockquote>
{% endif %}
<blockquote id="check_update_div" class="layui-elem-quote" style="border-left: 5px solid #ff213b !important;display: none;">检测到新版本发布,请及时更新!下载地址:<a href="https://github.com/zmister2016/MrDoc" target="_blank">GitHub</a><a href="https://gitee.com/zmister/MrDoc" target="_blank">码云</a></blockquote>
</div>
</div>
{% if debug %}
<blockquote class="layui-elem-quote">当前站点处于Debug调试模式</blockquote>
{% endif %}
<blockquote id="check_update_div" class="layui-elem-quote" style="border-left: 5px solid #ff213b !important;display: none;">检测到新版本发布,请及时更新!下载地址:<a href="https://github.com/zmister2016/MrDoc" target="_blank">GitHub</a><a href="https://gitee.com/zmister/MrDoc" target="_blank">码云</a></blockquote>
{% block content %}
{% endblock %}
<script src="{% static 'PearAdminLayui/component/layui/layui.js' %}"></script>