fix index
This commit is contained in:
parent
4db3aaa420
commit
cfcf59502d
@ -290,9 +290,19 @@ extension IndexView {
|
|||||||
HStack(alignment: .center) {
|
HStack(alignment: .center) {
|
||||||
Color.clear
|
Color.clear
|
||||||
.overlay {
|
.overlay {
|
||||||
Text("亚次元")
|
HStack(alignment: .center) {
|
||||||
.font(.system(size: 16))
|
Text("亚次元")
|
||||||
.padding([.top, .bottom], 5)
|
.font(.system(size: 16))
|
||||||
|
.padding([.top, .bottom], 5)
|
||||||
|
Spacer()
|
||||||
|
|
||||||
|
HStack {
|
||||||
|
Text("♡ 12")
|
||||||
|
.font(.system(size: 16))
|
||||||
|
.padding([.top, .bottom], 5)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.padding([.leading, .trailing], 15)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.frame(height: 50)
|
.frame(height: 50)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user