fix
This commit is contained in:
parent
eeb82d7152
commit
2a8f9bb594
@ -468,9 +468,7 @@ extension IndexView {
|
|||||||
ProgressView()
|
ProgressView()
|
||||||
}
|
}
|
||||||
.frame(width: 370, height: 180)
|
.frame(width: 370, height: 180)
|
||||||
.overlay {
|
.overlay(alignment: .topLeading) {
|
||||||
HStack {
|
|
||||||
VStack {
|
|
||||||
VStack(alignment: .leading, spacing: 8) {
|
VStack(alignment: .leading, spacing: 8) {
|
||||||
Text(item.name)
|
Text(item.name)
|
||||||
.font(.system(size: 16))
|
.font(.system(size: 16))
|
||||||
@ -487,12 +485,7 @@ extension IndexView {
|
|||||||
Color.black.opacity(0.6)
|
Color.black.opacity(0.6)
|
||||||
)
|
)
|
||||||
.cornerRadius(5)
|
.cornerRadius(5)
|
||||||
|
.padding(8)
|
||||||
Spacer()
|
|
||||||
}
|
|
||||||
Spacer()
|
|
||||||
}
|
|
||||||
.padding([.top, .leading], 10)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user