fix:richtext-block 的高度问题

pull/172/head
YunaiV 2025-12-13 12:24:03 +08:00
parent aa83e4aa51
commit a6a5117b0c
1 changed files with 3 additions and 1 deletions

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>