Skip to content

SwiftUI组件-Spacer注意事项

Spacer 默认具有最小厚度(8)

修改最小高度为0:

swift
Spacer(minLength: 0)
Spacer(minLength: 0)