diff --git a/common/css/page.css b/common/css/page.css index 1f3003a6..470c8542 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1359,4 +1359,11 @@ button[disabled].bg-grey { /* #ifndef H5 */ padding-top: calc(var(--status-bar-height) + 10rpx); /* #endif */ +} + +/* 数字和文字超出范围不整体换行 */ +.text-word-break { + word-break: break-all; + overflow-wrap: break-word; + word-wrap: break-word; } \ No newline at end of file diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index 7e34532b..8d1b3e63 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -9,9 +9,16 @@