中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
微信扫码分享
你可以在 `File > Settings > Editor > Color Scheme` 中查看和管理代码高亮设置。 // 修改完,可以参考这段代码查看高亮效果 `Stack()` { `Row()` { } .width(100) .height(34) .borderRadius(40) .backgroundColor(`$r('app.color.plan_text_button')`) .shadow({ radius: 20, color: `$r('app.color.complementary_colors')` }) `Text(TextEnumData(this.state))` .fontWeight(800) .fontColor(`$r('app.color.complementary_colors')`) } .position({ bottom: `this.currentState === this.state ? 6 : 0` })