mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 01:32:26 +00:00
fix:richtext-block 的高度问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user