UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

23 lines (19 loc) 238 B
body { display: flex; place-items: center; } body, html, #root { width: 100%; height: 100%; margin: 0; } * { box-sizing: border-box; } .textEllipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }