VStack { Text("Text padded by 20 points on the bottom and trailing edges.") .padding([.bottom, .trailing], 20) .border(.gray) Text("Unpadded text for ...
確定! 回上一頁