fix index
This commit is contained in:
parent
4db3aaa420
commit
cfcf59502d
@ -290,9 +290,19 @@ extension IndexView {
|
||||
HStack(alignment: .center) {
|
||||
Color.clear
|
||||
.overlay {
|
||||
Text("亚次元")
|
||||
.font(.system(size: 16))
|
||||
.padding([.top, .bottom], 5)
|
||||
HStack(alignment: .center) {
|
||||
Text("亚次元")
|
||||
.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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user