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