mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
9 lines
281 B
Markdown
9 lines
281 B
Markdown
|
---
|
||
|
title: Text OverFlow
|
||
|
---
|
||
|
|
||
|
| Class | Properties |
|
||
|
| ----------- | ------------------------ |
|
||
|
| truncate | overflow: hidden; text-overflow: ellipsis; white-space: nowrap |
|
||
|
| overflow-ellipsis | text-overflow: ellipsis |
|
||
|
| overflow-clip | text-overflow: clip |
|