cleaning html, other ui fixes
这个提交存在于:
父节点
4992b29bd8
当前提交
afa4da4869
共有 6 个文件被更改,包括 28 次插入 和 34 次删除
|
|
@ -6,6 +6,16 @@
|
|||
<script src="/static/js/dillinger.js"></script>
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
<style>
|
||||
#main-body {
|
||||
background: inherit;
|
||||
border: inherit;
|
||||
padding: 0;
|
||||
-webkit-box-shadow: 0;
|
||||
-moz-box-shadow: 0;
|
||||
box-shadow: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="app-wrap" class="container-fluid">
|
||||
<div id="app-controls" class="row">
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用