优化log显示效果

This commit is contained in:
liuwei
2025-05-28 17:39:40 +08:00
parent ae540be597
commit e656b46090

View File

@@ -139,7 +139,7 @@
.log-content {
flex: 1;
overflow-y: auto !important;
overflow-x: auto !important;
overflow-x: scroll !important;
background-color: #f5f5f5;
padding: 10px;
border-radius: 4px;