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

View File

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