Commit d6f23481 authored by jiangzijing's avatar jiangzijing

feat:日志布局

parent c01e4fb8
...@@ -36,21 +36,22 @@ ...@@ -36,21 +36,22 @@
.logTitle { .logTitle {
display: flex; display: flex;
width: 0; /* width: 0; */
max-width: 200px; /* max-width: 200px; */
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow:ellipsis; text-overflow: ellipsis;
flex: 1; /* flex: 1; */
align-items: center; align-items: center;
height: 30px; height: 32px;
line-height: 20px; line-height: 20px;
padding: 0 24px; padding: 0 32px;
cursor: pointer; cursor: pointer;
border-right: 1px solid #10141A; border-right: 1px solid #10141A;
} }
.logTitleSelected { .logTitleSelected {
flex-shrink: 0;
background: #282c34; background: #282c34;
color: #ffffff; color: #ffffff;
} }
...@@ -78,7 +79,7 @@ ...@@ -78,7 +79,7 @@
width: calc(100vw - 64px); width: calc(100vw - 64px);
background-color: #282c34; background-color: #282c34;
position: absolute; position: absolute;
top: 30px; top: 32px;
left: 32px; left: 32px;
z-index: 1005; 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