richText.value = repairRichText(response.data.storyContent) /** * 富文本内容显示: * 针对rich-text nodes富文本内容中涉及的(图片DOM的)宽度溢出等等问题的处理 * */ export function repairRichText (html: string) { // 去掉中style /width / height属性 let newContent = html.replace(/]*>/gi,...
marker为牛年公仔的照片,tracker的子元素为文字节点: <xr-asset-materialasset-id="text-simple"effect="simple"/><xr-textmaterial="text-simple"value="牛年公仔"> 之后为tracker的子元素绑定 wx:if 属性,来控制文字的显隐 <xr-ar-tracker...bind:ar-tracker-switch="handleToySwitch"><xr-nodewx:if="{{...
/*单行*/.work_font{display:block/*这里设置inline-block或者block;根据使用情况来定(行内元素需要加这个,块级元素和行内块级可以不用)*/white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }/*多行*/.work_font{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;/...