Commit d6f23481 authored by jiangzijing's avatar jiangzijing

feat:日志布局

parent c01e4fb8
......@@ -36,21 +36,22 @@
.logTitle {
display: flex;
width: 0;
max-width: 200px;
/* width: 0; */
/* max-width: 200px; */
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
flex: 1;
text-overflow: ellipsis;
/* flex: 1; */
align-items: center;
height: 30px;
height: 32px;
line-height: 20px;
padding: 0 24px;
padding: 0 32px;
cursor: pointer;
border-right: 1px solid #10141A;
}
.logTitleSelected {
flex-shrink: 0;
background: #282c34;
color: #ffffff;
}
......@@ -78,7 +79,7 @@
width: calc(100vw - 64px);
background-color: #282c34;
position: absolute;
top: 30px;
top: 32px;
left: 32px;
z-index: 1005;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment