在SwiftUI 中,你可以使用 frame() 修改按钮的大小。例如: Button(action: { // button action here }) { Text("Button text") }.frame(width: 100, height: 50).
確定! 回上一頁