设置页面背景色为 f2f2f7
This commit is contained in:
@@ -37,6 +37,7 @@ struct ResultView: View {
|
||||
}
|
||||
.navigationTitle("格式化结果")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.background(Color(hex: "f2f2f7").ignoresSafeArea())
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .topBarTrailing) {
|
||||
Button("完成") {
|
||||
|
||||
Reference in New Issue
Block a user