fix
This commit is contained in:
parent
e90d164f5d
commit
fbd362f84e
@ -60,10 +60,13 @@ extension FollowListView {
|
||||
VStack(alignment: .leading, spacing: 8) {
|
||||
|
||||
NavigationLink(destination: DetailView(id: dramaModel.drama.id)) {
|
||||
Text(dramaModel.drama.title)
|
||||
.font(.system(size: 20))
|
||||
.foregroundColor(Color(hex: "#333333"))
|
||||
.lineLimit(1)
|
||||
HStack {
|
||||
Text(dramaModel.drama.title)
|
||||
.font(.system(size: 20))
|
||||
.foregroundColor(Color(hex: "#333333"))
|
||||
.lineLimit(1)
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
|
||||
// 渠道列表
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user