fix(rich-text): 修复 v-html 样式不生效问题
移除 scoped 和 :deep(),使用 #rich-text-renderer ID 选择器限制作用范围。 参考 @tarojs/taro/html.css 添加完整 HTML4 样式支持。 - 移除 scoped(v-html 内容不受 scoped 影响) - 移除 :deep()(小程序 WXSS 不支持) - 新增完整的 .h5-* 样式定义(表格、代码、列表等) - 使用 ID 选择器避免全局样式污染 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
260 additions
and
47 deletions
-
Please register or login to post a comment