taro微信小程序开发

taro微信小程序开发

组件内部使用全局样式

  • 使用外部样式类可以让组件使用指定的组件外样式类,如果希望组件外样式类能够完全影响组件内部,可以将组件构造器中的 options.addGlobalClass 字段置为 true

官方地址

static options = {
    addGlobalClass: true
  }