component中wxss 的伪类无法应用
发布于 5 年前 作者 jun59 13062 次浏览 来自 问答

.coll__content__item ::after{

    content: ‘sss’

}

工具报的错误:

Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.

回到顶部