fix index

This commit is contained in:
anlicheng 2025-03-18 10:48:15 +08:00
parent 4db3aaa420
commit cfcf59502d

View File

@ -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)