段落在 marker 编号后再次缩进 2em,叠加 li 缩进形成大段空白且换行顶格。修复:文创中心积分说明浮窗 extraCss 增加 li p{text-indent:0}抵消硬编码(extraCss 走 attrs.style 通道在拼接末尾优先级更高),li 改用 margin-left:1.6em 整块缩进(li 为 view 节点 margin 生效,换行行跟随缩进形成标准悬挂效果)。同时澄清:tagStyle 实际通过 parser.js parseStyle 生效(与 attrs.style 合并、rpx 自动转 px),优先级低于 attrs.style。
【修复】富媒体列表多余空格:抵消组件硬编码的 p 首行缩进
定位列表'多余空格'真正根因:QZSS-Html node.vue VUE3 分支对 rich-text 硬编码拼接 text-indent:2em(n.name==='p' 时),列表项内嵌的