fix:richtext-block 的高度问题
parent
aa83e4aa51
commit
a6a5117b0c
|
|
@ -40,7 +40,9 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
// 修复 https://t.zsxq.com/8v0JG 反馈的问题,richtext height 不自适应的问题
|
||||||
.richtext {
|
.richtext {
|
||||||
line-height: 0;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue