mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
优化日志显示;
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user