This commit is contained in:
王创世 2025-06-14 17:28:23 +08:00
parent 3377faaae7
commit 81f41f8067

View File

@ -1700,7 +1700,11 @@ export default {
font-size: 28rpx;
color: #999999;
}
.rich_class{
word-wrap: break-word!important;
</style>
<style>
.rich_class{
word-wrap: break-all!important;
word-break: pre-line!important;
}
</style>