Hai_Lin_admin/src/main.css
2025-06-18 15:14:56 +08:00

6 lines
110 B
CSS

.text-ellipsis{
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}