Commit a198bd77 by qiuren

feat: 更新活动初始样式

parent 25aeb75f
Showing with 7 additions and 1 deletions
...@@ -68,4 +68,9 @@ input[type=number]::-webkit-outer-spin-button { ...@@ -68,4 +68,9 @@ input[type=number]::-webkit-outer-spin-button {
::-webkit-scrollbar{ ::-webkit-scrollbar{
display:none; display:none;
} }
/*版芯*/
.ellipsis{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
\ No newline at end of file
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 sign in to comment