样式修改
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -207,6 +207,13 @@ aside { | ... | @@ -207,6 +207,13 @@ aside { |
207 | } | 207 | } |
208 | } | 208 | } |
209 | 209 | ||
210 | .ellipsis-line { | ||
211 | width: 200px; | ||
212 | overflow: hidden; | ||
213 | text-overflow: ellipsis; //文本溢出显示省略号 | ||
214 | white-space: nowrap; //文本不会换行 | ||
215 | } | ||
216 | |||
210 | //main-container全局样式 | 217 | //main-container全局样式 |
211 | .app-container { | 218 | .app-container { |
212 | padding: 20px; | 219 | padding: 20px; | ... | ... |
-
Please register or sign in to post a comment