🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
通过文本对齐类,可以简单方便的将文字重新对齐。 ![](https://img.kancloud.cn/78/a9/78a9806f9d3dcd32fbbc5b85a23d2549_1064x174.png) ~~~html <p class="text-left">Left aligned text.</p> <p class="text-center">Center aligned text.</p> <p class="text-right">Right aligned text.</p> <p class="text-justify">Justified text.</p> <p class="text-nowrap">No wrap text.</p> ~~~