fix
This commit is contained in:
parent
66ee40c1a6
commit
cf558b7ca8
@ -66,15 +66,17 @@ struct FollowListView: View {
|
|||||||
Color.clear
|
Color.clear
|
||||||
.overlay(alignment: .leading) {
|
.overlay(alignment: .leading) {
|
||||||
HStack(alignment: .center, spacing: 3) {
|
HStack(alignment: .center, spacing: 3) {
|
||||||
Image(systemName: "chevron.left")
|
Button(action: {
|
||||||
.border(Color.yellow)
|
dismiss()
|
||||||
|
}) {
|
||||||
|
|
||||||
Text("番剧补完计划")
|
Image(systemName: "chevron.left")
|
||||||
.font(.system(size: 16))
|
.font(.system(size: 20, weight: .medium))
|
||||||
.foregroundColor(Color(hex: "#333333"))
|
|
||||||
}
|
Text("番剧补完计划")
|
||||||
.onTapGesture {
|
.font(.system(size: 16))
|
||||||
dismiss()
|
.foregroundColor(Color(hex: "#333333"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -89,7 +91,6 @@ struct FollowListView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.frame(width: 370)
|
|
||||||
} else {
|
} else {
|
||||||
VStack {
|
VStack {
|
||||||
Spacer()
|
Spacer()
|
||||||
@ -98,9 +99,9 @@ struct FollowListView: View {
|
|||||||
.foregroundColor(.black)
|
.foregroundColor(.black)
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
.frame(width: 370)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.frame(width: 370)
|
||||||
.ignoresSafeArea(edges: .bottom)
|
.ignoresSafeArea(edges: .bottom)
|
||||||
.navigationBarBackButtonHidden()
|
.navigationBarBackButtonHidden()
|
||||||
.task {
|
.task {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user