单独页面的样式,加上scope可以避免全局的污染。当然加上命名空间也是可以的

<style scoped>
/* local styles */
.xxx-container{
  /* name scoped */
  xxx
}
</style>
Logo

前往低代码交流专区

更多推荐