0
点赞
收藏
分享

微信扫一扫

table不被撑开,格子均匀大小

钵仔糕的波波仔 2023-03-19 阅读 36

<style> 

table {

table-layout: fixed;

word-wrap:break-word;

}

div {

word-wrap:break-word;

}

</style>

举报

相关推荐

0 条评论