Commit ce718cdd authored by 陈龙's avatar 陈龙

feat: 调整滚动组件时间显示

parent c6d319b1
......@@ -127,6 +127,10 @@
.time {
display: inline-block;
width: 120px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333333;
}
......@@ -153,6 +157,10 @@
.period {
display: inline-block;
width: 120px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-left: 10px;
color: #333333;
}
......
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