perf: 优化工单显示 (#12368)

Co-authored-by: wangruidong <940853815@qq.com>
pull/12376/head
fit2bot 2023-12-19 19:06:39 +08:00 committed by GitHub
parent 0b7552a6ee
commit ef1875d9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 12 deletions

View File

@ -22,20 +22,14 @@
</head> </head>
<body class="gray-bg"> <body class="gray-bg">
<div class="outerBox animated fadeInDown"> <div class="outerBox animated fadeInDown">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
{% block content %} {% endblock %} {% block content %} {% endblock %}
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-12">
{% include '_copyright.html' %}
</div>
</div> </div>
</div> </div>
<hr/>
</div>
</body> </body>
{% include '_foot_js.html' %}
{% block custom_foot_js %} {% endblock %} {% block custom_foot_js %} {% endblock %}
</html> </html>