1. 程式人生 > >VUE scoped css 區域性css內嵌樣式方法 >>>

VUE scoped css 區域性css內嵌樣式方法 >>>

<style scoped>
  .ivu-carousel >>> button { background-color: buttonface;}
  .demo-carousel { background-color: #0f8de9; height: 300px; line-height: 300px; color: #fff; font-size:36px;}
</style>