forked from opentiny/tiny-vue
fix(rich-text-editor): code overflow (#1590)
This commit is contained in:
parent
1279d4a08c
commit
e0b595af1a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue