CSS控制Span强制换行亲测

span {
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap !important;
}

你可能感兴趣的:(CSS控制Span强制换行亲测)