This commit is contained in:
anlicheng 2025-03-18 16:14:20 +08:00
parent 66ee40c1a6
commit cf558b7ca8

View File

@ -66,15 +66,17 @@ struct FollowListView: View {
Color.clear
.overlay(alignment: .leading) {
HStack(alignment: .center, spacing: 3) {
Image(systemName: "chevron.left")
.border(Color.yellow)
Button(action: {
dismiss()
}) {
Text("番剧补完计划")
.font(.system(size: 16))
.foregroundColor(Color(hex: "#333333"))
}
.onTapGesture {
dismiss()
Image(systemName: "chevron.left")
.font(.system(size: 20, weight: .medium))
Text("番剧补完计划")
.font(.system(size: 16))
.foregroundColor(Color(hex: "#333333"))
}
}
}
}
@ -89,7 +91,6 @@ struct FollowListView: View {
}
}
}
.frame(width: 370)
} else {
VStack {
Spacer()
@ -98,9 +99,9 @@ struct FollowListView: View {
.foregroundColor(.black)
Spacer()
}
.frame(width: 370)
}
}
.frame(width: 370)
.ignoresSafeArea(edges: .bottom)
.navigationBarBackButtonHidden()
.task {