This commit is contained in:
icssoa
2025-08-08 11:38:35 +08:00
parent 853a661fe1
commit 30147ed73a
4 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -276,8 +276,12 @@ const content = computed(() => {
.cl-text { .cl-text {
@apply text-md; @apply text-md;
// #ifndef APP
flex-shrink: unset;
// #endif
&--pre-wrap { &--pre-wrap {
// #ifdef H5 // #ifndef APP
white-space: pre-wrap; white-space: pre-wrap;
// #endif // #endif
} }