小程序-文本内容自动换行

多个内容自动显示排列方式,如果第一列显示不换行,第二列内容换行显示。

.first{
    white-space: nowrap;
}

.second {
    word-break: break-word
}

 

切换内容围绕边框显示的写法。

    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;

 

posted @ 2025-09-03 14:52  微宇宙  阅读(24)  评论(0)    收藏  举报