1.在组件中的style前面加上scoped就可以了。 <style scopes>div{background: res;}</style> 2.通⽤样式写在根组件中,不设置scoped 这样其他组件就会继承根组件样式