fix:richtext-block 的高度问题

This commit is contained in:
YunaiV
2025-12-13 12:24:03 +08:00
parent aa83e4aa51
commit a6a5117b0c

View File

@@ -40,7 +40,9 @@
});
</script>
<style lang="scss" scoped>
// 修复 https://t.zsxq.com/8v0JG 反馈的问题richtext height 不自适应的问题
.richtext {
line-height: 0;
width: 100%;
height: auto;
}
</style>