优化log显示效果
This commit is contained in:
@@ -63,6 +63,8 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: #f0f2f5;
|
background-color: #f0f2f5;
|
||||||
|
display: flex; /* 添加Flex布局 */
|
||||||
|
flex-direction: column; /* 确保子元素垂直排列 */
|
||||||
}
|
}
|
||||||
.el-menu {
|
.el-menu {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user