HarmonyOS @Styles全局样式问题?

@Styles function matchContent(){
  .width("100%")
  .height("100%")
},

怎么让这个样式可以在任意文件调用,而不只是定义的当前文件?

阅读 543