Files
ulthon_admin/app/admin/view/debug/log/index.html
2022-04-19 22:32:26 +08:00

25 lines
675 B
PHP

<div class="layuimini-container">
<div class="layuimini-main">
<table id="currentTable" class="layui-table layui-hide" data-auth-add="{:auth('debug.log/add')}" data-auth-edit="{:auth('debug.log/edit')}" data-auth-delete="{:auth('debug.log/delete')}" lay-filter="currentTable">
</table>
</div>
</div>
<style>
[data-field="content"] .layui-table-cell {
white-space: normal !important;
height: auto !important;
color: #333;
}
.log-group-0 {
background-color: #e6e6e6;
}
.log-group-1 {
background-color: #f9f9f9;
}
.layui-table-view .layui-table td {
padding: 0
}
</style>