优化日志显示;

This commit is contained in:
2022-04-19 22:32:26 +08:00
parent 7852f602bb
commit c32d41348c
2 changed files with 32 additions and 6 deletions

View File

@@ -6,10 +6,20 @@
</div>
<style>
[data-field="content"] .layui-table-cell {
white-space: normal;
white-space: normal !important;
height: auto !important;
color: #333;
}
.layui-table-view .layui-table[lay-size="sm"] [data-field="content"] .layui-table-cell {
height: auto;
.log-group-0 {
background-color: #e6e6e6;
}
.log-group-1 {
background-color: #f9f9f9;
}
.layui-table-view .layui-table td {
padding: 0
}
</style>