js-动态修改伪元素样式
document.styleSheets[0].addRule('#' + node.key + '::after', 'height:' + fileNameDom.clientHeight + 'px !important'); // 设置伪元素样式
document.styleSheets[0].addRule('.className'或‘#ID’ +‘::after’,css样式字符串拼接).
document.styleSheets[0].addRule('#' + node.key + '::after', 'height:' + fileNameDom.clientHeight + 'px !important'); // 设置伪元素样式
document.styleSheets[0].addRule('.className'或‘#ID’ +‘::after’,css样式字符串拼接).