mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
15 lines
544 B
PHP
15 lines
544 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;
|
|
}
|
|
|
|
.layui-table-view .layui-table[lay-size="sm"] [data-field="content"] .layui-table-cell {
|
|
height: auto;
|
|
}
|
|
</style> |