@Entry
@Component
struct Index {
@Styles common(){
.backgroundColor("#ccc")
.borderRadius(6)
}
@State arrs: Array<string> = [
"CE", "C", "/", "x",
"7", "8", "9", "-",
"4", "5", "6", "+",
"1"
HarmonyOS_计算器样式UI
最新推荐文章于 2025-07-18 18:35:03 发布