fix(rich-text-editor): code overflow (#1590)

This commit is contained in:
GaoNeng 2024-04-26 16:02:37 +08:00 committed by GitHub
parent 1279d4a08c
commit e0b595af1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -14,10 +14,12 @@ import { ref } from 'vue'
const value = ref('你好 Opentiny!')
</script>
<style scoped>
.result {
margin-top: 16px;
font-size: 14px;
line-height: 1.3;
word-break: break-all;
}
</style>

View File

@ -22,10 +22,12 @@ export default {
}
}
</script>
<style scoped>
.result {
margin-top: 16px;
font-size: 14px;
line-height: 1.3;
word-break: break-all;
}
</style>