Commit ed294c84 authored by xinzhedeai's avatar xinzhedeai

大屏接口对接-online header better

parent 6b387b63
...@@ -452,9 +452,11 @@ onBeforeUnmount(() => { ...@@ -452,9 +452,11 @@ onBeforeUnmount(() => {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: flex;
align-items: center;
justify-content: center;
&:first-child { &:first-child {
text-align: left; justify-content: start;
} }
&:last-child { &:last-child {
...@@ -475,6 +477,9 @@ onBeforeUnmount(() => { ...@@ -475,6 +477,9 @@ onBeforeUnmount(() => {
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%; width: 100%;
} }
.time-part{
padding-right: .1rem;
}
} }
&.status-chengse { &.status-chengse {
......
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