html css 文本分散对齐,两端对齐

.justify{
    text-align-last:justify;
    text-align:justify;
    /* 这行必加,兼容ie浏览器 */
    text-justify:distribute-all-lines; 
}
<table>
    <tbody>
        <tr>
            <th><th>
            <th><th>
            <th><th>
            <th class="justify"><th>
        </tr>
    </tbody>
</table>

 

posted on 2022-06-27 11:20  骑着母猪去打猎  阅读(621)  评论(0编辑  收藏  举报